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
|
# Do not run branch-specific pipeline if there is an open MR
|
||||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||||
when: never
|
when: never
|
||||||
# Run reduced pipeline for branches
|
# Run pipeilne for branches or tags
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH || $CI_COMMIT_TAG
|
||||||
- if: $CI_PIPELINE_SOURCE == "web"
|
- if: $CI_PIPELINE_SOURCE == "web"
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user