Skip to content

Commit 4b23a1a

Browse files
CI - fix triggers
1 parent 710107f commit 4b23a1a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Build
33
on:
44
# Do it on every push or PR on these branches
55
push:
6-
branches: [ dev, main, workflow_dispatch, features/sp-api ]
6+
branches: [ dev, stable ]
77
pull_request:
8-
branches: [ dev, main, workflow_dispatch, features/sp-api ]
8+
branches: [ dev, stable ]
9+
# Do build on demand
10+
workflow_dispatch:
911

1012
jobs:
1113
# Build Sonic Pi

0 commit comments

Comments
 (0)