diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-30 09:18:11 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-30 09:18:11 -0700 |
| commit | 7dce87a22a7498d5b02e03d1256018617e744b86 (patch) | |
| tree | dc960756b4a45d80b7943bc1397f9f33bd633fb8 | |
| parent | Update README (diff) | |
| download | disml-7dce87a22a7498d5b02e03d1256018617e744b86.tar.xz disml-7dce87a22a7498d5b02e03d1256018617e744b86.zip | |
Update CI to exclude doc build on MR
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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 |