From f4758b0446042eb98e5ac933dae87152a96fea46 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 11 Jan 2019 10:33:54 +0100 Subject: [PATCH] Make and push only on master --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1d7b20..78f6181 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,10 @@ beamer-build: artifacts: paths: - "*.pdf" - expire_in: 5 years tags: - docker + only: + - master synchronize: stage: deploy @@ -29,4 +30,6 @@ synchronize: dependencies: - beamer-build tags: - - linux \ No newline at end of file + - linux + only: + - master \ No newline at end of file -- GitLab