From 080e298b10b49b3c724212bd9794ed5bf781f4aa Mon Sep 17 00:00:00 2001
From: Zandor Smith <info@zsinfo.nl>
Date: Mon, 9 Oct 2017 14:56:01 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 371f479..eba4582 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,8 @@ build-jar:
 deploy-to-maven:
   stage: deploy
   script: ./gradlew -i uploadArchives -Pmaven_pass=$MAVEN_PASS
+  only:
+    - master
   #cache:
   #  key: "$CI_COMMIT_REF_NAME"
   #  policy: push
-- 
GitLab