From 22923e7121d2491005302f44264d5f7eb7afa94f Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 1 May 2019 22:23:46 +0200 Subject: [PATCH] Only run builds on master and tags --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6902a98..2da69af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,6 @@ steps: from_secret: docker_username password: from_secret: docker_password + ref: + - refs/heads/master + - refs/tags/v*