diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e51bb6c17..c18f9cd23 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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' \ No newline at end of file + if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11'