Update .gitlab-ci.yml file

This commit is contained in:
Jonas Karl Wilhelm Hahn
2025-04-23 21:03:46 +00:00
parent c88029beaa
commit 82895fb85c

View File

@@ -7,7 +7,7 @@ create-pages:
rules: rules:
# This ensures that only pushes to the default branch will trigger # This ensures that only pushes to the default branch will trigger
# a pages deploy # 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 # Functions that should be executed before the build script is run
before_script: before_script:
- cargo install --git https://github.com/Myriad-Dreamin/shiroa --locked shiroa - cargo install --git https://github.com/Myriad-Dreamin/shiroa --locked shiroa