Skip to content

Commit e3289e7

Browse files
committed
Add main and staging branches
1 parent 9642872 commit e3289e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-deploy.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
# CI/CD will run on these branches
88
if: >
9-
github.ref == 'refs/heads/master' ||
9+
github.ref == 'refs/heads/main' ||
10+
github.ref == 'refs/heads/staging' ||
1011
github.ref == 'refs/heads/development'
1112
strategy:
1213
matrix:

0 commit comments

Comments
 (0)