ci: only run on push
Some checks are pending
ci/woodpecker/push/build-and-publish Pipeline is pending
ci/woodpecker/push/publish-docs Pipeline is pending

prevents duplicate CIs from running at the same time
This commit is contained in:
Radical 2025-07-22 18:55:26 +02:00
parent f5d4211fad
commit 45978bb41a

View file

@ -5,7 +5,6 @@ steps:
- cargo build --release
when:
- event: push
- event: pull_request
- name: build-arm64
image: rust:1.88-bookworm
@ -20,7 +19,6 @@ steps:
PKG_CONFIG_PATH: /usr/aarch64-linux-gnu/lib/pkgconfig
when:
- event: push
- event: pull_request
- name: container-build-and-publish
image: docker