Merge branch 'expire-artifacts' into 'develop'
CI: Allow running pipelines from web or directly for a tag See merge request pleroma/pleroma!4387
This commit is contained in:
commit
6026046b1c
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ workflow:
|
|||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_COMMIT_BRANCH == "develop"
|
||||
- if: $CI_COMMIT_BRANCH == "stable"
|
||||
- if: $CI_PIPELINE_SOURCE == "web"
|
||||
- if: $CI_COMMIT_TAG
|
||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||
when: never
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue