Skip to content

Commit

Permalink
ci: path filter only run when .md file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Mar 25, 2024
1 parent 05fc9e8 commit 81e2044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Lint
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**.md"
push:
branches:
- main
paths:
- "**.md"

jobs:
md-lint:
Expand Down

0 comments on commit 81e2044

Please sign in to comment.