aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-09 19:52:07 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-09 19:52:07 +0100
commitf2f405b88d08f3a4aaea510dee589bdda275192d (patch)
tree4c73b94143f0abff33aa4e0b91df8d11f6d0f930 /.gitlab-ci.yml
parentRemoved Do You Even Python from our partners list. (diff)
Only bother with the deploy step on the master branch
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
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