Skip to content

Commit 26a94e1

Browse files
committed
ci: remove path filters from spell-check workflow
Keep spell-check running on all changes as requested in review feedback Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent a697a68 commit 26a94e1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/spell-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ name: Spellcheck
77

88
on:
99
push:
10-
paths-ignore:
11-
- '**/*.md'
1210
pull_request:
13-
paths-ignore:
14-
- '**/*.md'
1511

1612
concurrency:
1713
group: spellcheck-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)