Skip to content

Commit 76080b0

Browse files
committed
[build] Trigger Python Distribution workflow on packaging file changes
Add pyproject.toml, setup.py, requirements*.txt, and uv.lock to the pull_request and push path filters so CI runs when packaging config changes.
1 parent 22db8ae commit 76080b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ on:
99
- dist/**
1010
- dvr_scan/**
1111
- tests/**
12+
- pyproject.toml
13+
- setup.py
14+
- requirements*.txt
15+
- uv.lock
1216
push:
1317
paths:
1418
- dist/**
1519
- dvr_scan/**
1620
- tests/**
21+
- pyproject.toml
22+
- setup.py
23+
- requirements*.txt
24+
- uv.lock
1725
branches:
1826
- main
1927
- release

0 commit comments

Comments
 (0)