Skip to content
Snippets Groups Projects
Commit 98d0b98c authored by istmxrein's avatar istmxrein
Browse files

wip

parent f129de15
No related branches found
No related tags found
1 merge request!171Resolve "Enable Branch Commit Pipelines on Develop and Master"
Pipeline #76475 canceled
...@@ -9,6 +9,8 @@ workflow: ...@@ -9,6 +9,8 @@ workflow:
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"' - if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"'
when: never when: never
- if: '$CI_COMMIT_BRANCH' - if: '$CI_COMMIT_BRANCH'
- if: '$CI_COMMIT_BRANCH == "128-Enable-Branch-Commit-Pipelines-on-Develop-and-Master"'
when: always
stages: stages:
- .pre - .pre
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment