We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a556c32 commit 251dd4aCopy full SHA for 251dd4a
.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/update-static-files-config'
+ github.ref == 'refs/heads/development'
13
14
15
strategy:
0 commit comments