mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Add Cargo.toml to triggers for binary test builds (#9616)
This commit is contained in:
3
.github/workflows/build-binaries.yml
vendored
3
.github/workflows/build-binaries.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user