Skip to content

Commit

Permalink
Links are checked only when a markdown file is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 26, 2025
1 parent 79a9169 commit 98d7809
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ name: Check links
# Only run this on the main branch, or with Pull Requests
on:
push:
branches:
- main
paths:
- 'docs/**'
- .github/workflows/check_links.yaml
pull_request:
paths:
- 'docs/**'
- .github/workflows/check_links.yaml

jobs:
check_links:
Expand Down

0 comments on commit 98d7809

Please sign in to comment.