fix: woodpecker ci config
All checks were successful
ci/woodpecker/manual/lib Pipeline was successful
ci/woodpecker/manual/proto Pipeline was successful

This commit is contained in:
Strix 2024-01-04 20:23:13 +01:00
parent ac84f0db70
commit a69d80f01c
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -3,6 +3,7 @@ when:
branch: branch:
- main - main
path: "domo_proto/**" path: "domo_proto/**"
- event: manual
steps: steps:
test: test: