Merge pull request 'ci(build): dryrun should be performed on push event' (#16) from ci/build-push into main
ci/woodpecker/push/build Pipeline was successful Details

Reviewed-on: #16
This commit is contained in:
Aire-One 2024-09-21 01:54:44 +02:00
commit ffb7357d2e
1 changed files with 3 additions and 1 deletions

View File

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