Skip to content

Commit

Permalink
feat: trigger link checker on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Mar 4, 2025
1 parent 9f703f1 commit 03f4a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Link Checker

on:
repository_dispatch:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *' # Run at midnight on the first of every month
Expand Down

0 comments on commit 03f4a04

Please sign in to comment.