We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffe83f commit c936548Copy full SHA for c936548
.github/workflows/master-snapshot-release.yml
@@ -8,7 +8,7 @@ concurrency:
8
cancel-in-progress: true
9
on:
10
push:
11
- branches: [ main ]
+ branches: [ main, v1 ]
12
workflow_dispatch:
13
jobs:
14
test:
0 commit comments