mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
ignore all mdx files and all files in website
This commit is contained in:
parent
a9910b6081
commit
08c7661461
|
@ -10,14 +10,13 @@ trigger:
|
||||||
paths:
|
paths:
|
||||||
exclude:
|
exclude:
|
||||||
- "website/*"
|
- "website/*"
|
||||||
- "*.md"
|
- "*.mdx"
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
pr:
|
pr:
|
||||||
paths:
|
paths:
|
||||||
exclude:
|
exclude:
|
||||||
- "*.md"
|
- "website/*"
|
||||||
- "website/docs/*"
|
- "*.mdx"
|
||||||
- "website/src/*"
|
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user