ci: only run on push
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

prevents duplicate CIs from running at the same time
This commit is contained in:
Radical 2025-07-22 18:55:57 +02:00
parent 82e0e59617
commit 8be948623b

View file

@ -8,7 +8,6 @@ steps:
- pnpm build
when:
- event: push
- event: pull_request
- name: container-build-and-publish
image: docker