Skip to content

Commit ffd57da

Browse files
committed
change trigger for spellchecker
1 parent fb608c4 commit ffd57da

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/spelling.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ name: Check Spelling
22

33
# Based on example in https://github.com/check-spelling/spell-check-this.
44
on:
5-
pull_request_target:
6-
branches:
7-
- "**"
8-
types:
9-
- 'opened'
10-
- 'reopened'
11-
- 'synchronize'
5+
pull_request:
6+
branches: ['main']
127
issue_comment:
138
types:
149
- 'created'

0 commit comments

Comments
 (0)