Skip to content

Commit 6075940

Browse files
committed
Run on master and development branches, comment
1 parent e3e3c5d commit 6075940

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
jobs:
55
build-tag-push-deploy:
66
runs-on: ubuntu-latest
7-
# CI will run for these branches
7+
# CI/CD will run on these branches
88
if: >
9-
github.ref == 'refs/heads/main' ||
10-
github.ref == 'refs/heads/develop' ||
9+
github.ref == 'refs/heads/master' ||
10+
github.ref == 'refs/heads/development' ||
1111
github.ref == 'refs/heads/set-up-deployment'
1212
strategy:
1313
matrix:
@@ -28,7 +28,7 @@ jobs:
2828
baseRef="${GITHUB_REF#*/}"
2929
baseRef="${baseRef#*/}"
3030
case "${baseRef}" in
31-
main)
31+
master)
3232
image_tag="latest"
3333
;;
3434
*)

0 commit comments

Comments
 (0)