1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-09-14 09:35:04 +00:00

Temporarily disable branch restrictions for debugging

- Allow CI jobs to run on feature branches
- Enable testing of dual-output and force-update functionality
- Comment out CI_DEFAULT_BRANCH rules
This commit is contained in:
2025-08-21 23:34:19 -06:00
parent 9fc6a9bae1
commit b5a4b33b56
2 changed files with 12 additions and 6 deletions

View File

@@ -31,8 +31,9 @@ pages:
artifacts:
paths:
- public
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
# Temporarily allow all branches for debugging
# rules:
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
include:
- local: ghost-upload/.gitlab-ci.yml