fix: try to fix rust ci condations (#905)
This commit is contained in:
parent
890fd92594
commit
8c432720ed
4
.github/workflows/rust.yaml
vendored
4
.github/workflows/rust.yaml
vendored
@ -5,14 +5,14 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "crates/*"
|
- "crates/**/*"
|
||||||
- "Cargo.lock"
|
- "Cargo.lock"
|
||||||
- "Cargo.toml"
|
- "Cargo.toml"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "crates/*"
|
- "crates/**/*"
|
||||||
- "Cargo.lock"
|
- "Cargo.lock"
|
||||||
- "Cargo.toml"
|
- "Cargo.toml"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user