woodpeckerci: remove when clause
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

It's preventing build from running when pushing to a PR branch
This commit is contained in:
Paul Campbell 2023-07-29 20:30:57 +01:00
parent 95fce1e6d8
commit b5a3f5ece2

View file

@ -2,11 +2,6 @@ steps:
build:
image: rust:latest
pull: true
when:
- event: pull_request
repo: kemitix/podal
- event: push
branch: main
commands:
- rustup component add rustfmt clippy
- cargo --version