fix: remove pull request condition in PipelineNotifications

This commit is contained in:
Bo-Yi Wu 2019-02-17 14:35:19 +08:00
parent a28fc42469
commit 3936acbd84
2 changed files with 0 additions and 2 deletions

View File

@ -262,7 +262,6 @@ local PipelineNotifications(os='linux', arch='amd64', depends_on=[]) = {
trigger: {
ref: [
'refs/heads/master',
'refs/pull/**',
'refs/tags/**',
],
},

View File

@ -377,7 +377,6 @@ steps:
trigger:
ref:
- refs/heads/master
- "refs/pull/**"
- "refs/tags/**"
depends_on: