From 064628de68ec3a750bbd270cd7f14f6883919c67 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 9 Mar 2020 18:11:02 +0000 Subject: [PATCH] Exclude pull requests to master from the deploy stage --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 34f0403..d3d37a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,3 +37,6 @@ steps: when: branch: - master + event: + exclude: + - pull_request