From 59159f17a3cfa74968d9638a80149add265ea4a8 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 9 Mar 2020 18:05:50 +0000 Subject: [PATCH] Exclude pull requests to master from the deploy stage Signed-off-by: Graham --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index b6009f85..4863b737 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,3 +20,6 @@ steps: when: branch: - master + event: + exclude: + - pull_request