Bugfix - When changing midi channel on a Midi Preset, show it as popup #215
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Build | |
on: | |
workflow_dispatch: # allows manual triggering | |
push: | |
branches: | |
- 'release/1.1' | |
pull_request_target: | |
types: | |
- closed | |
branches: | |
- 'release/1.1' | |
jobs: | |
release-build: | |
uses: ./.github/workflows/build.yml | |
with: | |
firmware-retention-days: 120 | |
build-type: 'release' |