From 00a073837015c0eca20f2db292cb7892309ee6b2 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Sat, 18 Apr 2020 08:57:37 +0100 Subject: [PATCH] attempt to disable pipeline --- .drone.home.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.home.yml b/.drone.home.yml index c8700d5..c08d77b 100644 --- a/.drone.home.yml +++ b/.drone.home.yml @@ -3,6 +3,10 @@ kind: pipeline type: docker name: default +when: + branch: + - home-deploy + clone: # skip_verify: true