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