From 23c3d608ed905cc9003b28017766be29c951ee81 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 9 Mar 2020 18:11:16 +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