mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
switch to merge request pipelines
This commit is contained in:
parent
e80ee34d3e
commit
c03ead5470
1 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,13 @@
|
|||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
# Use branch pipelines to avoid Premium tier features
|
||||
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
|
||||
|
||||
# copied from https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml
|
||||
workflow:
|
||||
rules:
|
||||
# required to enable merge request pipelines: https://docs.gitlab.com/ee/ci/pipelines/merge_request_pipelines.html#prerequisites
|
||||
- if: $CI_MERGE_REQUEST_IID
|
||||
- if: $CI_COMMIT_TAG
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
stages:
|
||||
- prepare
|
||||
|
|
|
|||
Loading…
Reference in a new issue