From f3ec9be8e5e3438143aaa91b8bf349ec0a7e8e84 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 1 Mar 2020 16:52:36 +0100 Subject: [PATCH] Fix drone testing pipeline triggering only when pushing to master and not on prs --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 532a26987..9fce9fc5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,12 @@ name: testing trigger: branch: - exclude: + include: - master event: - - push + include: + - push + - pull_request steps: - name: build