aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-15 23:13:16 +0200
committerDavid Robillard <d@drobilla.net>2020-07-16 11:13:59 +0200
commitf300f657c5801bf99c080977fed74941759f9c26 (patch)
tree80423fa92221c053b539f52d1255db7b10857933 /.gitlab-ci.yml
parent11240bf0317b8b6c9a62b7328db51899c0791842 (diff)
downloadlv2-f300f657c5801bf99c080977fed74941759f9c26.tar.xz
Only upload pages for master
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce63d0c..a647c03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -157,3 +157,5 @@ pages:
- if: $CI_MERGE_REQUEST_ID
when: never
- when: on_success
+ only:
+ - master