From f2f405b88d08f3a4aaea510dee589bdda275192d Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 9 Jun 2018 19:52:07 +0100 Subject: Only bother with the deploy step on the master branch --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4308bb11..960a7362 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,9 @@ deploy: tags: - docker + only: + - master + services: - docker:dind -- cgit v1.2.3