gilde-ci-cd/documentation/chapters/templates/common/workflow-gitflow.adoc
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

11 lines
496 B
Plaintext

:gitlab-ci-file: common/workflow-gitflow.gitlab-ci.yml
[[Common-Workflow]]
== Common Workflow
Within the `{gitlab-ci-file}` file we provide our common workflow, the https://docs.gitlab.com/ee/ci/yaml/workflow.html#git-flow-with-merge-request-pipelines[Git Flow with merge request workflow].
This workflow runs pipelines for merge requests, tags, and protected branches.
To use our common workflow, just import the template.
:template: {gitlab-ci-file}
include::../../../template-printer.adoc[]