Skip to content

Commit 06e12cd

Browse files
committed
Require dist-test on PR's that modify dependencies
1 parent cb56e76 commit 06e12cd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dist-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ name: Test Distribution
44
on:
55
push:
66
branches: [ master ]
7+
pull_request:
8+
branches: [ master ]
9+
paths:
10+
- "pyproject.toml"
11+
- "uv.lock"
12+
- ".github/workflows/dist-test.yml"
713
workflow_dispatch:
814
inputs:
915
allow_deploy:

0 commit comments

Comments
 (0)