fix: try to fix rust ci condations (#905)

This commit is contained in:
yetone
2024-11-25 20:16:13 +08:00
committed by GitHub
parent 890fd92594
commit 8c432720ed

View File

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