Browse Source

remove unnecessary comment

pull/14374/head
Sean Killeen 4 years ago
parent
commit
ab39bad724
  1. 2
      .github/workflows/spellcheck.yml

2
.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

Loading…
Cancel
Save