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