only execute python tests on src changes
This commit is contained in:
parent
52553796d3
commit
06efd09f60
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ name: Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "src/**"
|
||||
- "pyproject.toml"
|
||||
- "uv.lock"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue