fix: woodpecker ci config
This commit is contained in:
parent
ac84f0db70
commit
a69d80f01c
2 changed files with 3 additions and 1 deletions
|
@ -3,10 +3,11 @@ when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
path: "domo_lib/**"
|
path: "domo_lib/**"
|
||||||
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- cd domo_lib
|
- cd domo_lib
|
||||||
- cargo build --all-features --locked --verbose
|
- cargo build --all-features --locked --verbose
|
|
@ -3,6 +3,7 @@ when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
path: "domo_proto/**"
|
path: "domo_proto/**"
|
||||||
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue