Run pipeline when tag
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user