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

Fix pipeline execution on master

parent 00f04bda
No related branches found
No related tags found
1 merge request!44Fix pipeline execution on master
Pipeline #8290 passed with stages
in 36 seconds
...@@ -15,6 +15,7 @@ stages: ...@@ -15,6 +15,7 @@ stages:
workflow: workflow:
rules: rules:
- if: $CI_MERGE_REQUEST_IID - if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_BRANCH == "master"
#--------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------
# Stage: analyze # Stage: analyze
......
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