logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 6026046b1cf3db5fb082eec963af2c788b6c046b
parent 6942244bb1360550c4417c5acb3b85a4a27e4f3e
Author: feld <feld@feld.me>
Date:   Thu, 23 Oct 2025 18:46:25 +0000

Merge branch 'expire-artifacts' into 'develop'

CI: Allow running pipelines from web or directly for a tag

See merge request pleroma/pleroma!4387

Diffstat:

M.gitlab-ci.yml2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -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