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 20:00:22 +0200 |
commit | 9b478bc225b4323e4e588804e354a089d7aedee4 (patch) | |
tree | d4eb13707af9cd0d3c82e4af6195b77dde4788aa | |
parent | 8b7acd53723e1e028ae0a5e728fcf72b576663a7 (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 |