diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index f7b832e56f..f897615f4b 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -6,7 +6,7 @@ on: - dev paths: # This ensures the check will only be run when something changes in the docs content - - "docs/en/**/*" # or whatever the path to the markdown / docs files happens to be + - "docs/en/**/*" pull_request: branches: - dev