Skip to content

Commit 1b2f57b

Browse files
Copilotl0lawrence
andcommitted
Broaden paths filter to trigger on any package file changes, not just pyproject.toml
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
1 parent d0a4703 commit 1b2f57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chronus-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [main]
66
paths:
7-
- "sdk/*/*/pyproject.toml"
7+
- "sdk/*/*/**"
88

99
jobs:
1010
chronus-verify:

0 commit comments

Comments
 (0)