Skip to content
Snippets Groups Projects
Commit 35367b42 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Merge branch '128-Enable-Branch-Commit-Pipelines-on-Develop-and-Master' into 'develop'

Resolve "Enable Branch Commit Pipelines on Develop and Master"

See merge request cocsn/gosdn!171
parents d1d7c2d9 a03ea9af
No related branches found
No related tags found
9 merge requests!246Develop,!245Develop into Master,!244Master into develop2 into master,!219Draft: Testing,!214Test pipelines,!195DO NOT MERGE 2,!194DO NOT MERGE! just for testing,!171Resolve "Enable Branch Commit Pipelines on Develop and Master",!138Develop
Pipeline #76496 passed
...@@ -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