Explorar el Código

Fix mail only on push to master

Tobias Kaminsky hace 7 años
padre
commit
211bf41ce3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -51,6 +51,7 @@ pipeline:
       recipients: [ $EMAIL_RECIPIENTS ]
       secrets: [ EMAIL_USERNAME, EMAIL_PASSWORD, EMAIL_RECIPIENTS, EMAIL_HOST ]
       when:
+        event: push
         status: failure
         branch: master