Skip to content

Commit 37cdbe7

Browse files
Fix spelling workflow
1 parent 5f2a98d commit 37cdbe7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/spelling.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: ramble spelling
22

33
on:
4-
pull_request: []
4+
pull_request:
5+
types:
6+
- 'opened'
7+
- 'reopened'
8+
- 'synchronize'
59
push:
610
branches-ignore:
711
- main

0 commit comments

Comments
 (0)