Skip to content

Commit 5fee65a

Browse files
committed
Cleanup
1 parent 5990c38 commit 5fee65a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/spelling.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
name: Check Spelling
22

33
# Based on example in https://github.com/check-spelling/spell-check-this.
4-
54
on:
65
push:
6+
branches:
7+
- "**"
8+
tags-ignore:
9+
- "**"
710
pull_request_target:
11+
branches:
12+
- "**"
13+
types:
14+
- 'opened'
15+
- 'reopened'
16+
- 'synchronize'
817
issue_comment:
918
types:
1019
- 'created'
1120

21+
1222
jobs:
1323
spelling:
1424
name: Check Spelling

0 commit comments

Comments
 (0)