Skip to content
Snippets Groups Projects
Commit 20da54ee authored by istmxrein's avatar istmxrein
Browse files

wip

parent 85089ff9
No related branches found
No related tags found
1 merge request!171Resolve "Enable Branch Commit Pipelines on Develop and Master"
Pipeline #76481 canceled
......@@ -6,7 +6,7 @@ workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != "128-Enable-Branch-Commit-Pipelines-on-Develop-and-Master"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" && ($CI_COMMIT_BRANCH != "develop" || $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH)'
when: never
- 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