logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: a39f08242a73683a6f2da648b0c96893db4e0077
parent aab65fe854863e2a82cd6b7b0dbeff6d90c0ed2c
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.yml4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -14,6 +14,10 @@ variables: &global_variables workflow: rules: - 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 - if: $CI_COMMIT_BRANCH