Skip to content

Commit

Permalink
chore: add pull_request event to spell-check workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jul 28, 2024
1 parent c395028 commit d9b87bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
workflow_dispatch:
pull_request:
branches: [main]

jobs:
spell-check:
Expand Down

0 comments on commit d9b87bb

Please sign in to comment.