domo/.woodpecker/node.yml
Raine f462630eb4
fix: ci only when needed (2)
sometimes i hate woodpecker
2023-10-15 18:06:25 +02:00

12 lines
193 B
YAML

when:
- event: push
branch:
- main
path: "domo_node/**"
steps:
test:
image: rust
commands:
- cd domo_node
- cargo build --all-features --locked --verbose