From 489315eb60786f785359263b1b955c7a6f2fa83a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 8 Apr 2020 18:36:07 +0200 Subject: [PATCH] Only build things on master --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index f294254..717db5a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,8 @@ steps: path: /var/run/docker.sock commands: - docker build --no-cache -t autonomic/autonomic.zone:drone . + when: + branch: master - name: Deploy Autonomic.zone with Dokku image: appleboy/drone-git-push:0.2.0-linux-amd64