diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c478a961..92d93aa7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -5,12 +5,7 @@ on: - main tags: - "!*" # Do not execute on tags - paths: - - sanic/* - - tests/* pull_request: - paths: - - "!*.MD" types: [opened, synchronize, reopened, ready_for_review] jobs: test: