ci(build): dryrun should be performed on push event #16

Merged
Aire-One merged 1 commits from ci/build-push into main 2024-09-21 01:54:45 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit a96da41576 - Show all commits

View File

@ -14,7 +14,9 @@ steps:
<<: *buildx_settings
dry_run: true
when:
event: pull_request
event:
- pull_request
- push
publish:
image: *buildx