fix: trigger ref
This commit is contained in:
parent
439e9b13c2
commit
a28fc42469
@ -260,7 +260,11 @@ local PipelineNotifications(os='linux', arch='amd64', depends_on=[]) = {
|
||||
],
|
||||
depends_on: depends_on,
|
||||
trigger: {
|
||||
event: [ 'push', 'tag' ],
|
||||
ref: [
|
||||
'refs/heads/master',
|
||||
'refs/pull/**',
|
||||
'refs/tags/**',
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -375,9 +375,10 @@ steps:
|
||||
from_secret: microbadger_url
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
ref:
|
||||
- refs/heads/master
|
||||
- "refs/pull/**"
|
||||
- "refs/tags/**"
|
||||
|
||||
depends_on:
|
||||
- linux-amd64
|
||||
|
Loading…
Reference in New Issue
Block a user