From 1a4e3291f452d507496d3b3c8cfaac1c91026c45 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Thu, 30 Nov 2023 08:22:38 +0000 Subject: [PATCH] Fix docs server trigger --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae231ce6..8ad71ca8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ pdf: update docs server: stage: deploy rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE == "etherlab.org" + - if: $CI_COMMIT_BRANCH == "stable-1.5" && $CI_PROJECT_NAMESPACE == "etherlab.org" trigger: etherlab.org/docs # from 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml', but on all branches