mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Only publish pages on default branch
This commit is contained in:
parent
245aeec972
commit
6791c3a550
1 changed files with 2 additions and 2 deletions
|
|
@ -434,5 +434,5 @@ pages:
|
|||
paths:
|
||||
- public
|
||||
needs: ["Build documentation"]
|
||||
#rules: # TODO: activate before merge
|
||||
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # only publish pages on default (master) branch
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # only publish pages on default (master) branch
|
||||
Loading…
Add table
Add a link
Reference in a new issue