Actually only deploy on master

This commit is contained in:
Byron Lathi
2024-06-06 19:04:55 -07:00
parent 56d0097c8d
commit f6cf0b4493

View File

@@ -28,7 +28,7 @@ deploy:
stage: deploy stage: deploy
rules: rules:
# only run on MRs to main # only run on MRs to main
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" # - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
# run on commits to main # run on commits to main
- if: $CI_COMMIT_BRANCH == "master" - if: $CI_COMMIT_BRANCH == "master"
script: script: