Skip to content

Commit dcfc911

Browse files
committed
Re-add test branch
1 parent e942b84 commit dcfc911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
# CI/CD will run on these branches
88
if: >
99
github.ref == 'refs/heads/master' ||
10-
github.ref == 'refs/heads/development'
10+
github.ref == 'refs/heads/development' ||
11+
github.ref == 'refs/heads/set-up-deployment'
1112
strategy:
1213
matrix:
1314
# Specify the docker-compose services to build images from

0 commit comments

Comments
 (0)