mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
exclude everything but universe.json
This commit is contained in:
parent
d5bd303b05
commit
7b1f857c1c
|
@ -16,9 +16,16 @@ trigger:
|
|||
pr:
|
||||
paths:
|
||||
exclude:
|
||||
- "website/*"
|
||||
- "*.md"
|
||||
- "*.mdx"
|
||||
- "website/docs/*"
|
||||
- "website/src/*"
|
||||
- "website/meta/*.tsx"
|
||||
- "website/meta/*.mjs"
|
||||
- "website/meta/languages.json"
|
||||
- "website/meta/site.json"
|
||||
- "website/meta/sidebars.json"
|
||||
- "website/meta/type-annotations.json"
|
||||
- ".github/workflows/*"
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user