Skip to content
Snippets Groups Projects
Unverified Commit e919af24 authored by Timo Furrer's avatar Timo Furrer
Browse files

Add workflow rules for Git Flow

parent cad9691a
No related branches found
No related tags found
No related merge requests found
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_REF_PROTECTED == "true"
include:
- local: tests/unit.gitlab-ci.yml
- local: tests/integration.gitlab-ci.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment