only execute python tests on src changes

This commit is contained in:
Tobias Brunner 2025-05-27 13:53:38 +02:00
parent 52553796d3
commit 06efd09f60
No known key found for this signature in database

View file

@ -2,6 +2,10 @@ name: Tests
on:
push:
paths:
- "src/**"
- "pyproject.toml"
- "uv.lock"
workflow_dispatch:
jobs: