logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 464fb3fb602cf8ca80408e16ad05fbe81a69ef52
parent ea38015c9c0b9f115ce5e2e4768d9a1775c56757
Author: Mark Felder <feld@feld.me>
Date:   Thu, 23 Oct 2025 13:41:26 -0700

Fix branch names for pleroma/docs and pleroma/api-docs triggers

Diffstat:

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -216,7 +216,7 @@ docs-deploy: stage: deploy trigger: project: pleroma/docs - branch: develop + branch: master strategy: depend only: - stable@pleroma/pleroma @@ -256,7 +256,7 @@ spec-deploy: stage: deploy trigger: project: pleroma/api-docs - branch: develop + branch: master strategy: depend only: - develop@pleroma/pleroma