Skip to content

Commit

Permalink
Update spellchecking.yml - only run for markdown changes
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lacey <[email protected]>
  • Loading branch information
mrlacey authored Feb 15, 2025
1 parent 40aff2d commit 4b73b88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spellchecking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Spellcheck Action
on:
push:
branches: [ main ]
paths:
- '*.md'
pull_request:
types: [assigned, opened, synchronize, reopened]
paths:
- '*.md'

jobs:
build:
Expand Down

0 comments on commit 4b73b88

Please sign in to comment.