feat(ci): only run tests on .py file changes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 00:42:40 -04:00
parent 436f42c00c
commit 0fbf2ab513
+4
View File
@@ -21,7 +21,11 @@ on:
push: push:
branches: branches:
- main - main
paths:
- '**.py'
pull_request: pull_request:
paths:
- '**.py'
jobs: jobs:
unit: unit: