diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index cf59d56..a076f2c 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -4,6 +4,8 @@ steps: commands: - rustup component add clippy - cargo clippy --all-targets --all-features -- -D warnings + when: + - event: [push, pull_request] matrix: RUST_VERSION: