From 580376f21b5e9436e1f98b79d49597b75f9c7b43 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 14 Dec 2018 23:21:03 -0600 Subject: [PATCH] Making sure that the deployment only happens for master --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4461d84..083cc9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,3 +55,5 @@ deploy:release: - release tags: - linux + only: + - master