Skip to content

Commit

Permalink
Update spellchecking.yml - only run on MAIN and PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lacey <[email protected]>
  • Loading branch information
mrlacey authored Feb 10, 2025
1 parent 659ff51 commit ff86db0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/spellchecking.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Spellcheck Action
on: push
branches: [ main ]
pull_request:
types: [assigned, opened, synchronize, reopened]

jobs:
build:
Expand Down

0 comments on commit ff86db0

Please sign in to comment.