mirror of https://github.com/astral-sh/uv
Add `Cargo.toml` to triggers for binary test builds (#9616)
This commit is contained in:
parent
59460b8a7c
commit
b70c4f30ee
|
|
@ -14,8 +14,9 @@ on:
|
||||||
type: string
|
type: string
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
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
|
- pyproject.toml
|
||||||
|
- Cargo.toml
|
||||||
# And when we change this workflow itself...
|
# And when we change this workflow itself...
|
||||||
- .github/workflows/build-binaries.yml
|
- .github/workflows/build-binaries.yml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue