Skip to content
Snippets Groups Projects
Commit 3fa52818 authored by Sören Henning's avatar Sören Henning
Browse files

Use custom workflow rules to enable MR pipelines

parent 7c2acb21
No related branches found
No related tags found
No related merge requests found
Pipeline #5613 passed with warnings
include:
- template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"'
when: never
- when: always
stages:
- build
......
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