mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
Add Cargo.toml to triggers for binary test builds (#9616)
This commit is contained in:
parent
59460b8a7c
commit
b70c4f30ee
1 changed files with 2 additions and 1 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue