Skip to content

Commit

Permalink
run check md github action for pr and main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Mar 3, 2024
1 parent 300ad82 commit 9c20101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-md-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
paths:
- mkdocs/**
branches:
- 'main'
pull_request:

jobs:
markdown-link-check:
Expand Down

0 comments on commit 9c20101

Please sign in to comment.