From b0351de9b91d8782bdcb8d9ce56ebe5bce7c7b0b Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 22 Apr 2025 14:19:07 +0200 Subject: [PATCH] doc: allow to deploy from `release/0.12` branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04f3eb52..ae499eb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -224,7 +224,7 @@ website: variables: RELEASE: "0.12" rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + - if: $CI_COMMIT_BRANCH == "release/0.12" when: manual script: - poetry install --with docs -- GitLab