diff --git a/.woodpecker.yml b/.woodpecker.yml index c0087f0..77a8a1b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,8 @@ platform: linux/arm64 pipeline: clippy: + when: + event: [push, pull_request] image: rust:1.56.1-slim commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake