Remove paths from coverage checks (#2336)
This commit is contained in:
parent
264453459e
commit
377c2ada38
5
.github/workflows/coverage.yml
vendored
5
.github/workflows/coverage.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user