Skip to content

Commit 7b88f25

Browse files
authored
Merge pull request #163 from cmu-delphi/set-up-main-branch-ci
Enable CI on main branch
2 parents d6489dd + f2a88e8 commit 7b88f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
baseRef="${GITHUB_REF#*/}"
2929
baseRef="${baseRef#*/}"
3030
case "${baseRef}" in
31-
master)
31+
main)
3232
image_tag="latest"
3333
;;
3434
*)

0 commit comments

Comments
 (0)