From 9efb6220642faf6bedc611e08ec11700ca15feca Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 5 Apr 2016 18:15:02 +0300 Subject: [PATCH] Run only on master --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d6059c..fb0d1f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,6 @@ pages: - hugo artifacts: paths: - - public \ No newline at end of file + - public + only: + - master