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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"