We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b23a70 commit 7bf73faCopy full SHA for 7bf73fa
.github/workflows/build-and-deploy.yaml
@@ -8,7 +8,8 @@ jobs:
8
if: >
9
github.ref == 'refs/heads/main' ||
10
github.ref == 'refs/heads/staging' ||
11
- github.ref == 'refs/heads/development'
+ github.ref == 'refs/heads/development' ||
12
+ github.ref == 'refs/heads/deployment-debug'
13
strategy:
14
matrix:
15
# Specify the docker-compose services to build images from
0 commit comments