woodpeckerci: promote when to root
This commit is contained in:
parent
040e37d2a9
commit
d23fd7e590
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
steps:
|
||||
build:
|
||||
image: rust:latest
|
||||
pull: true
|
||||
when:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue