Skip to content

Commit

Permalink
Add Cargo.toml to triggers for binary test builds (#9616)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Dec 3, 2024
1 parent 59460b8 commit b70c4f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b70c4f3

Please sign in to comment.