From 5ddc8859607a6a1948fe78edce64564acd96f3ef Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Mon, 12 Aug 2019 07:31:58 +0500 Subject: [PATCH] Update CI config --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 08ac481..5e23118 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,10 @@ steps: - pip install pylint - pip install -r requirements.txt - pylint project_amber + when: + branch: + exclude: + - master - name: push to registry image: plugins/docker settings: