gen-rack

Create VCV Rack modules from gen~ exports
Log | Files | Refs | README | LICENSE

commit 81a5e4210f81e4735ebd040f2b5baf8d1e5bb24b
parent 5b670b23a37d5a2ecc4ba28e4eceae4d98dc2bb8
Author: Isabel <isabelgk@users.noreply.github.com>
Date:   Mon, 10 May 2021 08:39:48 -0500

Update build-plugin.yml

Keep a separate branch for CI builds
Diffstat:
M.github/workflows/build-plugin.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-plugin.yml b/.github/workflows/build-plugin.yml @@ -2,7 +2,7 @@ name: Build VCV Rack Plugin on: push: branches: - - main + - build - '!dev' release: types: [published, edited]