From ab39bad7246112a4403d58c2473e4f688efcf4e4 Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Wed, 19 Oct 2022 22:54:16 -0400 Subject: [PATCH] remove unnecessary comment --- .github/workflows/spellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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