logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: a0225ddc7931f28e1d34af613e0532cbfc8bbc3f
parent a07305ca34c783c3a54210e93238682187729451
Author: Mark Felder <feld@feld.me>
Date:   Thu, 23 Oct 2025 11:44:11 -0700

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

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