We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d6cd8 commit bfdc40bCopy full SHA for bfdc40b
.github/workflows/build-and-deploy.yaml
@@ -8,8 +8,7 @@ jobs:
8
if: >
9
github.ref == 'refs/heads/main' ||
10
github.ref == 'refs/heads/staging' ||
11
- github.ref == 'refs/heads/development' ||
12
- github.ref == 'refs/heads/integrate-db-update-script'
+ github.ref == 'refs/heads/development'
13
14
strategy:
15
matrix:
0 commit comments