We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d08ad2 commit 30a2403Copy full SHA for 30a2403
.github/workflows/ci.yml
@@ -2,7 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [main test/vhs-integration-test]
+ branches:
6
+ - main
7
+ - test/vhs-integration-test
8
pull_request:
9
branches: [main]
10
0 commit comments