diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 41923092..382a837b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,14 +6,14 @@ on: branches: - "main" paths: - - "**.py" + - "**/*.py" - "requirements.txt" - ".github/workflows/*.yml" pull_request: branches: - "main" paths: - - "**.py" + - "**/*.py" - "requirements.txt" - ".github/workflows/*.yml"