Skip to content

Commit 6b5d40a

Browse files
authored
Merge pull request #157 from spier/trigger-action-on-pr
Trigger linkchecker action on PR as well
2 parents 82e119a + 2e8dc9b commit 6b5d40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: Link Check on README.md
44

5-
on: push
5+
on: [push, pull_request]
66
jobs:
77
linkChecker:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)