diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-30 10:39:53 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-30 10:39:53 -0700 |
| commit | 77e8ffcd38b32b31ae6a58114333c12cccfb4869 (patch) | |
| tree | 972d97f8155574ec91ba110d8f185f49e2cdf25e | |
| parent | Comment example bot (diff) | |
| download | disml-77e8ffcd38b32b31ae6a58114333c12cccfb4869.tar.xz disml-77e8ffcd38b32b31ae6a58114333c12cccfb4869.zip | |
Build fresh docs only on tags I suppose
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76ab6ac..7c3b06f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,4 @@ pages: paths: - public only: - - master - except: - - merge_requests
\ No newline at end of file + - tags
\ No newline at end of file |