Skip to content

Commit

Permalink
Merge pull request jannis-baum#110 from jannis-baum/issue/109-fix-mar…
Browse files Browse the repository at this point in the history
…kdown-linting-running-twice

Fix Markdown linting running twice
  • Loading branch information
jannis-baum authored Jul 18, 2024
2 parents 264e71d + cf1875b commit 696537f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Lint Markdown
on:
push:
branches:
- '**'
paths:
- '**.md'
- main
tags:
- 'v*'
pull_request:
branches:
- main
Expand Down

0 comments on commit 696537f

Please sign in to comment.