From 9daf499fffba2cfca49e6abce4044186b60600e9 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Mon, 8 Sep 2025 20:09:25 +0300 Subject: [PATCH] ci: build pages only from master branch The job on master branch builds pages for all versions at the same time. It should not be run on branches. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8a703ab6..3f52e5fa1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -687,6 +687,3 @@ pages: - public rules: - if: $CI_COMMIT_BRANCH == 'master' - - if: $CI_COMMIT_BRANCH == '1.0' - - if: $CI_COMMIT_BRANCH == '1.2' - - if: $CI_COMMIT_BRANCH == '1.4'