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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user