Skip to content

Commit 9ab44d8

Browse files
committed
fix pr stuff
1 parent 23e1f1a commit 9ab44d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/linkchecker.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: LinkChecker
2-
3-
on: push
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
46

57
jobs:
68
markdown-link-check:

.github/workflows/spelling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Spell Check
22
on:
33
push:
4+
pull_request:
45
workflow_dispatch:
56

67
jobs:

0 commit comments

Comments
 (0)