Actually only deploy on master
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user