mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-03 20:00:21 +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:
|
||||
exclude:
|
||||
- "website/*"
|
||||
- "*.md"
|
||||
- "*.mdx"
|
||||
- ".github/workflows/*"
|
||||
pr:
|
||||
paths:
|
||||
exclude:
|
||||
- "*.md"
|
||||
- "website/docs/*"
|
||||
- "website/src/*"
|
||||
- "website/*"
|
||||
- "*.mdx"
|
||||
- ".github/workflows/*"
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user