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:
@@ -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
|
||||
|
Reference in New Issue
Block a user