ci: trigger client_targets pipeline when the cargo file changes (#33163)

This commit is contained in:
Yihau Chen 2023-09-07 00:19:00 +08:00 committed by GitHub
parent a8bc6ebe38
commit 0c896c6076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ on:
- "sdk/**"
- ".github/workflows/client-targets.yml"
- "ci/rust-version.sh"
- "**/Cargo.toml"
- "**/Cargo.lock"
env:
CARGO_TERM_COLOR: always