fix: remove pull request condition in PipelineNotifications
This commit is contained in:
@ -262,7 +262,6 @@ local PipelineNotifications(os='linux', arch='amd64', depends_on=[]) = {
|
||||
trigger: {
|
||||
ref: [
|
||||
'refs/heads/master',
|
||||
'refs/pull/**',
|
||||
'refs/tags/**',
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user