ci: update paths for python workflows

This commit is contained in:
Travis Abendshien
2026-07-09 16:30:26 -07:00
parent 8edbb7a258
commit 1f6aae98ed
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ on:
- .github/workflows/checks_python.yml
- .editorconfig
- pyproject.toml
- pyrightconfig.json
- pytest.ini
- uv.lock
- '**.py'
- '**.pyi'
- 'src/tagstudio/resources/**'
push:
paths: *on_paths
workflow_dispatch:
@@ -50,12 +50,12 @@ jobs:
- pyproject.toml
- uv.lock
- '**.py'
- '**.pyi'
pyright:
- .github/actions/setup-python/action.yml
- pyrightconfig.json
pytest:
- .github/actions/setup-python/action.yml
- pytest.ini
- 'src/tagstudio/resources/**'
ruff:
- .editorconfig