Skip to content

Commit 03f4a04

Browse files
committed
feat: trigger link checker on pull requests
1 parent 9f703f1 commit 03f4a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/link-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Link Checker
22

33
on:
44
repository_dispatch:
5+
pull_request:
56
workflow_dispatch:
67
schedule:
78
- cron: '0 0 1 * *' # Run at midnight on the first of every month

0 commit comments

Comments
 (0)