Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -27,4 +27,8 @@ pages: rules: # This ensures that only pushes to the default branch will trigger # a pages deploy - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH No newline at end of file #- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_REF_NAME == "main"' when: always - when: never No newline at end of file Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -27,4 +27,8 @@ pages: rules: # This ensures that only pushes to the default branch will trigger # a pages deploy - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH No newline at end of file #- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_REF_NAME == "main"' when: always - when: never No newline at end of file