diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abf38dd..e2693b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ workflow: # Do not run branch-specific pipeline if there is an open MR - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS when: never - # Run reduced pipeline for branches - - if: $CI_COMMIT_BRANCH + # Run pipeilne for branches or tags + - if: $CI_COMMIT_BRANCH || $CI_COMMIT_TAG - if: $CI_PIPELINE_SOURCE == "web" include: