Commit dc881a60 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Update .gitlab-ci.yml file

parent 0203b029
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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