diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-04-21 19:54:01 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-04-21 19:54:01 +0200 |
commit | 0570c7bbd979b32c9f45102b5515c4fc14b0d56b (patch) | |
tree | 1045f7617e5c41b0eff52f3978a5aed405b9f738 | |
parent | 007377d231e394d58e9100ccba6786177b79fd33 (diff) |
add only-master to pages
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fc57b3..234015b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,3 +7,5 @@ pages: artifacts: paths: - public/ + only: + - master |