From 39bbfffbd888f28abdb770cfa08308860f4614c8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 11 Dec 2019 21:38:40 -0800 Subject: [PATCH] Only deploy on the master branch --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5151b6..e21756f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -187,6 +187,8 @@ test-oni-php: script: make test-oni-php TEST_ARCHIVE=$(realpath bin/) deploy: + only: + - master stage: deploy image: instrumentisto/rsync-ssh dependencies: