Skip to content

Commit

Permalink
Add back trigger condition for link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 5, 2023
1 parent fd6a90c commit 96ed736
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Check Markdown links
on: push
on:
pull_request:
paths:
- "*.md"
- "docs/docs/**.md"
jobs:
repo-root:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96ed736

Please sign in to comment.