Skip to content

Commit 7bf73fa

Browse files
committed
TEST: Build from this branch
1 parent 5b23a70 commit 7bf73fa

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
@@ -8,7 +8,8 @@ jobs:
88
if: >
99
github.ref == 'refs/heads/main' ||
1010
github.ref == 'refs/heads/staging' ||
11-
github.ref == 'refs/heads/development'
11+
github.ref == 'refs/heads/development' ||
12+
github.ref == 'refs/heads/deployment-debug'
1213
strategy:
1314
matrix:
1415
# Specify the docker-compose services to build images from

0 commit comments

Comments
 (0)