fix(ci): run pipeline for branches and tags

This commit is contained in:
Songtronix 2020-05-24 12:26:15 +02:00
parent 9b0a652612
commit 26ee5e85cc

View File

@ -37,6 +37,10 @@ before_script:
- ln -s /dockercache/veloren/target target
include:
# pipelines run for branches and tags.
# https://docs.gitlab.com/ee/ci/yaml/#workflowrules
# TODO: https://docs.gitlab.com/ee/ci/merge_request_pipelines/pipelines_for_merged_results/index.html#enable-pipelines-for-merged-results
- template: "Workflows/Branch-Pipelines.gitlab-ci.yml"
- local: .gitlab/CI/recompile.yml
- local: .gitlab/CI/release.yml
- local: .gitlab/CI/optional-builds.gitlab-ci.yml