Skip to content

Commit

Permalink
Fix markdownlint.yml for checking all markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcardiff committed Dec 17, 2024
1 parent 178c60d commit 9007e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Markdown Lint

on:
push:
branches: [ "master" "development" ]
branches: [ "master", "development" ]
pull_request:
branches: [ "master" "development" ]
branches: [ "master", "development" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9007e9f

Please sign in to comment.