ci: restrict pages deployment to master and main branches
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
nemunaire 2026-05-17 23:10:18 +08:00
commit 8590be81a1

View file

@ -14,3 +14,5 @@ pages:
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "main"