From 0ede9e6b87c7682a9869e2a3009906eb0d836f83 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Wed, 13 Sep 2017 23:19:42 +0100 Subject: [PATCH] Add drone conditionals, fixes pull requests --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2fa698a..1b22769 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,6 +36,8 @@ pipeline: downstream: image: plugins/downstream + when: + event: [push, tag, deployment] secrets: [ DOWNSTREAM_TOKEN ] server: https://drone.adam-ant.co.uk fork: true