From c0db83672e5fb075dbc341d8c99a5ba929f7f904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 14 Dec 2023 17:49:47 +0100 Subject: [PATCH] ci: Fix publishing docs The originally merge request predates the switch to `main` as the default branch name (by a mere week!). Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f45be431f..45f241cc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -294,8 +294,8 @@ pages: artifacts: paths: - public - only: - - master + rules: + - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE == "GNOME"' build-toolbox: image: quay.io/freedesktop.org/ci-templates:container-build-base-2021-07-29.0