We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d0e6b commit af8b3c6Copy full SHA for af8b3c6
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
branches: [ main, prod-beta, prod-stable, stage-beta, stage-stable ]
6
push:
7
- branches: [ main ]
+ branches: [ main, prod-beta, prod-stable, stage-beta, stage-stable ]
8
9
env:
10
BRANCH: ${{ github.base_ref }}
0 commit comments