Remove paths from coverage checks (#2336)

This commit is contained in:
Adam Hopkins 2021-12-13 15:03:51 +02:00 committed by GitHub
parent 264453459e
commit 377c2ada38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,7 @@ on:
- main - main
tags: tags:
- "!*" # Do not execute on tags - "!*" # Do not execute on tags
paths:
- sanic/*
- tests/*
pull_request: pull_request:
paths:
- "!*.MD"
types: [opened, synchronize, reopened, ready_for_review] types: [opened, synchronize, reopened, ready_for_review]
jobs: jobs:
test: test: