From 5bda28be42fbd0d10894a3f579ad1e78ff0277cf Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sat, 5 Dec 2020 16:22:33 +0100 Subject: [PATCH] Tweaking drone config to better support PRs --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 59647e7..4541719 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,9 @@ steps: when: branch: - master + event: + exclude: + - pull_request - name: notify image: plugins/matrix @@ -34,3 +37,4 @@ steps: from_secret: matrix_username password: from_secret: matrix_password + \ No newline at end of file