ci: restrict pages deployment to master and main branches
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
db5f8d7488
commit
5ca57619c6
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