mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
MIDI2: Publish the midi2 branch
This commit is contained in:
parent
6049b7daf9
commit
7793db8ef2
2 changed files with 2 additions and 1 deletions
2
.github/workflows/juce_private_build.yml
vendored
2
.github/workflows/juce_private_build.yml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
cpp-std: ${{ inputs.cpp-std }}
|
||||
secrets: inherit
|
||||
deploy:
|
||||
if: ${{ !cancelled() && (success() || needs.build.result == 'skipped') && contains(fromJSON('["master", "develop"]'), github.ref_name) && inputs.cpp-std == '' && inputs.nightly-targets == '[]' }}
|
||||
if: ${{ !cancelled() && (success() || needs.build.result == 'skipped') && contains(fromJSON('["master", "develop", "midi2"]'), github.ref_name) && inputs.cpp-std == '' && inputs.nightly-targets == '[]' }}
|
||||
needs: [build]
|
||||
name: Deploy
|
||||
uses: juce-framework/JUCE-utils/.github/workflows/deploy.yml@master
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ on:
|
|||
- develop
|
||||
- bugfix/**
|
||||
- feature/**
|
||||
- midi2
|
||||
jobs:
|
||||
juce-private-push-trigger:
|
||||
if: github.repository == 'juce-framework/JUCE-dev'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue