1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

send notification if status changed

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-06-15 14:46:08 +08:00
parent 8fcda0442e
commit 0d560f3441
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ pipeline:
webhook_token: ${WEBHOOK_TOKEN}
when:
event: [ push, tag, pull_request ]
status: [ failure ]
status: [ changed, failure ]
services:
mysql: