diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b6da44f..25ba370 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -6,11 +6,13 @@ on: push: branches: [ main ] paths: + - '**/*.toml' - '**/*.py' - '.github/workflows/*' pull_request: branches: [ main ] paths: + - '**/*.toml' - '**/*.py' - '.github/workflows/*' schedule: