mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +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:
|
paths:
|
||||||
- public
|
- public
|
||||||
needs: ["Build documentation"]
|
needs: ["Build documentation"]
|
||||||
#rules: # TODO: activate before merge
|
rules:
|
||||||
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # only publish pages on default (master) branch
|
- 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