Skip to content

Commit f2a88e8

Browse files
committed
Use main instead of master
1 parent d6489dd commit f2a88e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)