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
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ

View file

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