We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9642872 commit e3289e7Copy full SHA for e3289e7
.github/workflows/build-and-deploy.yaml
@@ -6,7 +6,8 @@ jobs:
6
runs-on: ubuntu-latest
7
# CI/CD will run on these branches
8
if: >
9
- github.ref == 'refs/heads/master' ||
+ github.ref == 'refs/heads/main' ||
10
+ github.ref == 'refs/heads/staging' ||
11
github.ref == 'refs/heads/development'
12
strategy:
13
matrix:
0 commit comments