aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-30 09:18:11 -0700
committerAdelyn Breelove <[email protected]>2019-01-30 09:18:11 -0700
commit7dce87a22a7498d5b02e03d1256018617e744b86 (patch)
treedc960756b4a45d80b7943bc1397f9f33bd633fb8
parentUpdate README (diff)
downloaddisml-7dce87a22a7498d5b02e03d1256018617e744b86.tar.xz
disml-7dce87a22a7498d5b02e03d1256018617e744b86.zip
Update CI to exclude doc build on MR
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78dadc0..76ab6ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,4 +17,6 @@ pages:
paths:
- public
only:
- - master \ No newline at end of file
+ - master
+ except:
+ - merge_requests \ No newline at end of file