Skip to content

Commit

Permalink
Update markdownlint.yml - only run if .md file changed
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lacey <[email protected]>
  • Loading branch information
mrlacey authored Feb 15, 2025
1 parent f53ebce commit 5323b77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Markdownlint Action
on:
push:
branches: [ main ]
paths:
- '*.md'
pull_request:
types: [assigned, opened, synchronize, reopened]
paths:
- '*.md'

jobs:
build:
Expand Down

0 comments on commit 5323b77

Please sign in to comment.