Add `Cargo.toml` to triggers for binary test builds (#9616)

This commit is contained in:
Zanie Blue 2024-12-03 14:13:32 -06:00 committed by GitHub
parent 59460b8a7c
commit b70c4f30ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,9 @@ on:
type: string
pull_request:
paths:
# When we change pyproject.toml, we want to ensure that the maturin builds still work.
# When we change project metadata, we want to ensure that the maturin builds still work.
- pyproject.toml
- Cargo.toml
# And when we change this workflow itself...
- .github/workflows/build-binaries.yml