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
|
- 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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user