gilde-ci-cd/templates/common/workflow-gitflow.gitlab-ci.yml
Timo Beller 97352e8270 feat(workflow): Changes our common workflow to git-flow-with-merge-request
According to discussion in ci-cd#237 / weekly
2022-10-06 11:16:58 +02:00

6 lines
134 B
YAML

workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_REF_PROTECTED