remove trigger

This commit is contained in:
Robert Kaussow 2019-03-22 08:54:18 +01:00
parent 0282ec4c06
commit aefab44eee
2 changed files with 0 additions and 4 deletions

View File

@ -118,7 +118,6 @@ local PipelineNotifications = {
"build",
],
trigger: {
event: [ "push", "tag" ],
status: [ "success", "failure" ],
},
};

View File

@ -128,9 +128,6 @@ steps:
from_secret: matrix_username
trigger:
event:
- push
- tag
status:
- success
- failure