run tests on all PRs

This commit is contained in:
Jeremiah Lowin 2025-05-15 10:01:07 -04:00
commit 69115a57ae
2 changed files with 5 additions and 12 deletions

View file

@ -14,13 +14,10 @@ on:
- "uv.lock"
- "pyproject.toml"
- ".github/workflows/**"
# run on all pull requests because these checks are required and will block merges otherwise
pull_request:
paths:
- "src/**"
- "tests/**"
- "uv.lock"
- "pyproject.toml"
- ".github/workflows/**"
workflow_dispatch:
permissions:

View file

@ -13,13 +13,9 @@ on:
- "uv.lock"
- "pyproject.toml"
- ".github/workflows/**"
# run on all pull requests because these checks are required and will block merges otherwise
pull_request:
paths:
- "src/**"
- "tests/**"
- "uv.lock"
- "pyproject.toml"
- ".github/workflows/**"
workflow_dispatch: