mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Reorder paths
This commit is contained in:
parent
88623dd53d
commit
275b5444df
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -22,7 +22,6 @@ on:
|
|||
pull_request:
|
||||
types: [opened, synchronize, reopened, edited]
|
||||
paths:
|
||||
- ".github/workflows/tests.yml"
|
||||
- "!*.md"
|
||||
- "!*.mdx"
|
||||
- "!website/docs/**"
|
||||
|
@ -35,6 +34,7 @@ on:
|
|||
- "!website/meta/type-annotations.json"
|
||||
- "!website/pages/**"
|
||||
- "!.github/workflows/**"
|
||||
- ".github/workflows/tests.yml"
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
|
Loading…
Reference in New Issue
Block a user