From 662397338882e7192f03e103f238e5569b1aa05f Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Sat, 18 Apr 2020 15:37:16 +0100 Subject: [PATCH] Added exclusion of pull requests to drone builds --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2b6e593..f396bd3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,7 @@ steps: trigger: branch: - master + event: + exclude: + - pull_request + \ No newline at end of file