mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Fix Azure ignoring website files (#12129)
* ignore all mdx files and all files in website * have both .md and .mdx * exclude everything but universe.json
This commit is contained in:
parent
e9048fd4a1
commit
de1fe8dce3
|
@ -11,13 +11,21 @@ trigger:
|
|||
exclude:
|
||||
- "website/*"
|
||||
- "*.md"
|
||||
- "*.mdx"
|
||||
- ".github/workflows/*"
|
||||
pr:
|
||||
paths:
|
||||
exclude:
|
||||
- "*.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