From e6220ddca2bc328a7671746e108b46494d64b738 Mon Sep 17 00:00:00 2001 From: jon r Date: Tue, 24 Sep 2024 21:44:51 +0200 Subject: [PATCH] CI: exclude test from pages branch --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dd57d1..cbaf2cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ test: - hugo --minify rules: - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH + - if: $CI_COMMIT_BRANCH != "pages" pages: script: