Skip to content

Commit 38bd04a

Browse files
committed
TEST - Don't build from this branch
1 parent 25ecae5 commit 38bd04a

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/fix-ci-and-webhook'
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)