Merge branch '3-actually-only-deploy-on-master' into 'master'

Resolve "Actually only deploy on master"

Closes #3

See merge request bslathi19/rtl-manifest!3
This commit is contained in:
Byron Lathi
2024-06-07 02:06:02 +00:00

View File

@@ -28,7 +28,7 @@ deploy:
stage: deploy
rules:
# 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
- if: $CI_COMMIT_BRANCH == "master"
script: