fix(ci): more path matching

This commit is contained in:
Xarvex
2026-07-11 01:29:11 -05:00
parent b182b2ff7e
commit a0fb679729
+8 -6
View File
@@ -8,13 +8,14 @@ on:
paths: &on_paths
- .github/actions/setup-python/action.yml
- .github/workflows/checks_python.yml
- src/**.json
- src/**/resources/**
- src/**/*.json
- src/**/*.qrc
- tests/**
- .editorconfig
- pyproject.toml
- uv.lock
- '**.py'
- '**.pyi'
- '**.pyi?'
push:
paths: *on_paths
workflow_dispatch:
@@ -50,13 +51,14 @@ jobs:
- .github/workflows/checks_python.yml
- pyproject.toml
- uv.lock
- '**.py'
- '**.pyi'
- '**.pyi?'
pyright:
- .github/actions/setup-python/action.yml
pytest:
- .github/actions/setup-python/action.yml
- src/**.json
- src/**/resources/**
- src/**/*.json
- src/**/*.qrc
- tests/**
ruff:
- .editorconfig