From 82895fb85c1e63048be15eb8f8ff37fd962d7365 Mon Sep 17 00:00:00 2001 From: Jonas Karl Wilhelm Hahn Date: Wed, 23 Apr 2025 21:03:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3a9904..4d3c355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ create-pages: rules: # This ensures that only pushes to the default branch will trigger # a pages deploy - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH + - if: $CI_COMMIT_BRANCH == "main" # Functions that should be executed before the build script is run before_script: - cargo install --git https://github.com/Myriad-Dreamin/shiroa --locked shiroa