1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Only publish pages on default branch

This commit is contained in:
Benedikt Brückmann 2021-05-10 08:06:08 +02:00 committed by Hans-Christoph Steiner
parent 245aeec972
commit 6791c3a550

View File

@ -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