Skip to content

Commit

Permalink
fix: 💚 markdownlint: exclude develop branch from the workflow's logic
Browse files Browse the repository at this point in the history
`develop` branch is not included in the repository's branching model at the moment.
I would stick to the model that the only branch guaranteed to exist is `main`
  • Loading branch information
djmaxus committed Nov 28, 2024
1 parent c7580c8 commit 10d7881
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/markdownlint-cli2-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
lint:
Expand Down

0 comments on commit 10d7881

Please sign in to comment.