ci(lint): 👷 fix lint branch selection

This commit is contained in:
alistair3149 2024-06-25 12:50:57 -04:00
parent dd53576941
commit d0220335ab
No known key found for this signature in database

View file

@ -3,9 +3,13 @@ name: Lint
on:
push:
branches:
- "**"
- "!**dependabot/**"
- "!**release-please--**"
pull_request:
branches:
- "**"
- "!**dependabot/**"
- "!**release-please--**"
jobs: