mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix(ci): run pipeline for branches and tags
This commit is contained in:
parent
9b0a652612
commit
26ee5e85cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user