Only run static on src changes

This commit is contained in:
Jeremiah Lowin 2025-04-14 13:19:05 -04:00
commit 577af026d6

View file

@ -8,7 +8,19 @@ env:
on:
push:
branches: ["main"]
paths:
- "src/**"
- "tests/**"
- "uv.lock"
- "pyproject.toml"
- ".github/workflows/**"
pull_request:
paths:
- "src/**"
- "tests/**"
- "uv.lock"
- "pyproject.toml"
- ".github/workflows/**"
workflow_dispatch:
permissions: