add more paths that should trigger check

This commit is contained in:
beauxq
2024-04-16 00:39:07 -07:00
parent 6bf407e484
commit 3779ff09ab

View File

@@ -4,9 +4,17 @@ on:
pull_request:
paths:
- "**.py"
- ".github/type_check.sh"
- ".github/pyright-config.json"
- ".github/workflows/strict-type-check.yml"
- "**.pyi"
push:
paths:
- "**.py"
- ".github/type_check.sh"
- ".github/pyright-config.json"
- ".github/workflows/strict-type-check.yml"
- "**.pyi"
jobs:
pyright: