woodpeckerci: remove when clause
It's preventing build from running when pushing to a PR branch
This commit is contained in:
parent
95fce1e6d8
commit
b5a3f5ece2
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@ steps:
|
||||||
build:
|
build:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
pull: true
|
pull: true
|
||||||
when:
|
|
||||||
- event: pull_request
|
|
||||||
repo: kemitix/podal
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt clippy
|
- rustup component add rustfmt clippy
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue