mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 21:57:15 +03:00
CI: Add all paths before excluding patterns (#12419)
This commit is contained in:
parent
545218a7d9
commit
7880da952b
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -22,6 +22,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, edited]
|
types: [opened, synchronize, reopened, edited]
|
||||||
paths:
|
paths:
|
||||||
|
- "**"
|
||||||
- "!*.md"
|
- "!*.md"
|
||||||
- "!*.mdx"
|
- "!*.mdx"
|
||||||
- "!website/docs/**"
|
- "!website/docs/**"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user