Skip to content

Commit b70c4f3

Browse files
authored
Add Cargo.toml to triggers for binary test builds (#9616)
1 parent 59460b8 commit b70c4f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ on:
1414
type: string
1515
pull_request:
1616
paths:
17-
# When we change pyproject.toml, we want to ensure that the maturin builds still work.
17+
# When we change project metadata, we want to ensure that the maturin builds still work.
1818
- pyproject.toml
19+
- Cargo.toml
1920
# And when we change this workflow itself...
2021
- .github/workflows/build-binaries.yml
2122

0 commit comments

Comments
 (0)