ci(build): dryrun should be performed on push event
This commit is contained in:
parent
73b5558ffb
commit
a96da41576
|
@ -14,7 +14,9 @@ steps:
|
|||
<<: *buildx_settings
|
||||
dry_run: true
|
||||
when:
|
||||
event: pull_request
|
||||
event:
|
||||
- pull_request
|
||||
- push
|
||||
|
||||
publish:
|
||||
image: *buildx
|
||||
|
|
Loading…
Reference in New Issue