Skip to content

Commit 895b871

Browse files
committed
ci: Run build workflow on test branches
As a workaround for CI not running on uploaded builds, allow pushes to 'test*' branches to invoke CI as well. Signed-off-by: David Brown <[email protected]>
1 parent 8bb40d0 commit 895b871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- main
1212
- v*-branch
13+
- test*
1314
pull_request:
1415
branches:
1516
- main

0 commit comments

Comments
 (0)