Skip to content

Commit

Permalink
Update markdown-link-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemurraynz authored Apr 28, 2024
1 parent ba8744c commit 8e8dc0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/markdown-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Markdown Link Checker

on:
push:
branches:
- main
branches: ['*']
schedule:
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
# Run every day at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 * * *"
workflow_dispatch:

Expand Down

0 comments on commit 8e8dc0e

Please sign in to comment.