CI: Add all paths before excluding patterns (#12419)

This commit is contained in:
Adriane Boyd 2023-03-14 16:06:08 +01:00
parent 545218a7d9
commit 7880da952b

View File

@ -22,6 +22,7 @@ on:
pull_request:
types: [opened, synchronize, reopened, edited]
paths:
- "**"
- "!*.md"
- "!*.mdx"
- "!website/docs/**"
@ -190,4 +191,4 @@ jobs:
run: |
python -m pip install 'spacy[apple]'
python -m pytest --pyargs spacy
if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11'
if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11'