From 377c2ada382180fcd8f7caaf03f230090953c3f6 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 13 Dec 2021 15:03:51 +0200 Subject: [PATCH] Remove paths from coverage checks (#2336) --- .github/workflows/coverage.yml | 5 ----- 1 file changed, 5 deletions(-) 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: