woodpeckerci: revert when to build step
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Paul Campbell 2023-07-28 19:48:37 +01:00
parent d23fd7e590
commit fd24f08428

View file

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