We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb56e76 commit 06e12cdCopy full SHA for 06e12cd
1 file changed
.github/workflows/dist-test.yml
@@ -4,6 +4,12 @@ name: Test Distribution
4
on:
5
push:
6
branches: [ master ]
7
+ pull_request:
8
+ branches: [ master ]
9
+ paths:
10
+ - "pyproject.toml"
11
+ - "uv.lock"
12
+ - ".github/workflows/dist-test.yml"
13
workflow_dispatch:
14
inputs:
15
allow_deploy:
0 commit comments