From c0cdb27a7fc4254757b3b9df68771902b39f83d2 Mon Sep 17 00:00:00 2001 From: Julian Rother <julian@jrother.eu> Date: Fri, 3 Dec 2021 01:14:35 +0100 Subject: [PATCH] Fix CI docs build on minor release branches --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee06f4b..2100183 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -188,4 +188,4 @@ pages: paths: - public rules: - - if: '$CI_COMMIT_TAG =~ /v[0-9]+[.][0-9]+[.][0-9]+.*/ || $CI_COMMIT_BRANCH == "master"' + - if: '$CI_COMMIT_BRANCH =~ /v[0-9]+[.][0-9]+[.]x$/ || $CI_COMMIT_BRANCH == "master"' -- GitLab