Skip to content

Commit

Permalink
trigger on content files only
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraune committed Sep 25, 2024
1 parent b0d0135 commit cd831c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@ on:
push:
branches:
- master
paths:
- '*.md'
- '*.html'
- '**/*.md'
- '**/*.html'
- '.github/workflows/link-checker.yml'
pull_request:
branches:
- master
paths:
- '*.md'
- '*.html'
- '**/*.md'
- '**/*.html'
- '.github/workflows/link-checker.yml'
schedule:
- cron: "00 3 * * 1-5"

Expand Down

0 comments on commit cd831c2

Please sign in to comment.