From 946bb3183fd6a8c35b29368f6ffc052d3c2cc094 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 20 Oct 2020 13:54:04 +0200 Subject: [PATCH] ci: notify on success or failures --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index a2c6c3a..912f1c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,3 +42,7 @@ steps: from_secret: matrix_username password: from_secret: matrix_password + trigger: + status: + - failure + - success