ci: restrict pages deployment to master and main branches
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
ca60e3088d
commit
8590be81a1
1 changed files with 2 additions and 0 deletions
|
|
@ -14,3 +14,5 @@ pages:
|
|||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue