1
0
Fork 0
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:
Tom Poole 2025-06-25 11:40:40 +01:00
parent 6049b7daf9
commit 7793db8ef2
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -6,6 +6,7 @@ on:
- develop
- bugfix/**
- feature/**
- midi2
jobs:
juce-private-push-trigger:
if: github.repository == 'juce-framework/JUCE-dev'