Skip to content
Snippets Groups Projects
Commit 41efb983 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Add MR pipelines.

parent 3a2c9d16
No related branches found
No related tags found
No related merge requests found
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_PIPELINE_SOURCE == 'web'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
stages: stages:
- build - build
- release - release
......
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