Skip to content

Commit

Permalink
spellcheck.yml: fix path when running
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 7, 2024
1 parent fb32a3b commit 5834c77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ on:
branches:
- master
paths:
- '**.md'
- '*.md'
- '*/*.md'
- '**/spellcheck.yml'
- '**/spellcheck.yaml'
- '**/wordlist.txt'
pull_request:
branches:
- master
paths:
- '**.md'
- '*.md'
- '*/*.md'
- '**/spellcheck.yml'
- '**/spellcheck.yaml'
- '**/wordlist.txt'
Expand Down

0 comments on commit 5834c77

Please sign in to comment.