Skip to content
Snippets Groups Projects
Commit a03ea9af authored by Maximilian Reinheimer's avatar Maximilian Reinheimer Committed by Manuel Kieweg
Browse files

Resolve "Enable Branch Commit Pipelines on Develop and Master"

parent d1d7c2d9
No related branches found
No related tags found
Loading
...@@ -6,7 +6,7 @@ workflow: ...@@ -6,7 +6,7 @@ workflow:
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "schedule"' - if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"' - if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != "develop" && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
when: never when: never
- if: '$CI_COMMIT_BRANCH' - if: '$CI_COMMIT_BRANCH'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment