Skip to content
Snippets Groups Projects
Commit bd7025b8 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Manifest: run automatic pipeline on tags

parent 068749c7
No related branches found
No related tags found
1 merge request!254Manifest: run automatic pipeline on tags
Pipeline #56996 passed with stage
in 21 minutes and 45 seconds
......@@ -30,12 +30,15 @@ workflow:
- if: $CI_MERGE_REQUEST_IID
# Run pipelines on the master branch
- if: $CI_COMMIT_REF_NAME == $MASTER_BRANCH
# Run pipelines on tags
- if: $CI_COMMIT_TAG
.full_build_pipeline:
rules:
# Run the full build pipeline on merge requests
# Run the full build pipeline on merge requests and tags
# or if explicitly triggered by the API or the web button.
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_PIPELINE_SOURCE == "api"
- if: $CI_PIPELINE_SOURCE == "pipeline"
- if: $CI_PIPELINE_SOURCE == "web"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment