Skip to content

Commit

Permalink
ci: adjust path triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 25, 2024
1 parent f9ddce9 commit bdd4c3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: Markdownlint check
on:
push:
branches: [main]
paths: ["**.md"]
paths:
- "**.md"
- ".github/workflows/markdownlint.yml"
- ".markdownlint.*" # markdownlint config files
pull_request:
paths:
- "**.md"

jobs:
markdownlint:
Expand Down

0 comments on commit bdd4c3d

Please sign in to comment.