diff --git a/.drone.yml b/.drone.yml index b4c4193..a0a2b73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,4 +21,7 @@ steps: from: drone@notifications.sikorski.cloud recipients: [ roger@sikorski.cloud ] when: - status: [ changed, failure ] \ No newline at end of file + status: + - changed + - failure + - success # testing \ No newline at end of file