From 2407fa387cb22461dc6aa50cd5da799cbba8c297 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 17 May 2019 20:47:47 +0200 Subject: [ci] limit push step to master branch --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80d5387..b8ea2ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,6 +122,8 @@ deb: branded_push: image: 0xacab.org:4567/leap/docker/bitmask-systray:latest stage: push + only: + - master script: # install the command-line openssh client to manage private keys - apt install -y openssh-client -- cgit v1.2.3