Skip to content

Commit 095e0f3

Browse files
committed
Remove test branch
1 parent dcfc911 commit 095e0f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)