Skip to content

Commit

Permalink
Run lint workflow when workflow itself changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf99 committed May 14, 2022
1 parent 29a8218 commit 3efb49b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
branches: [ main, linux ]
paths:
- '**.md'
- '.github/workflows/lint-docs.yml'
pull_request:
branches: [ main, linux ]
paths:
- '**.md'
- '.github/workflows/lint-docs.yml'

jobs:
lint-markdown:
Expand Down

0 comments on commit 3efb49b

Please sign in to comment.