Skip to content

Commit

Permalink
update check-links.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch committed Feb 16, 2024
1 parent 4039983 commit 17a5721
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
- cron: "0 0 * * 1" # midnight every Monday
push:
branches: [main]
paths:
- "**/*.md"
pull_request:
branches: [main]
paths:
- "**/*.md"

jobs:
check-links:
Expand Down

0 comments on commit 17a5721

Please sign in to comment.