mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-27 15:50:34 +00:00
ci(lint): 👷 fix lint branch selection
This commit is contained in:
parent
dd53576941
commit
d0220335ab
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -3,9 +3,13 @@ name: Lint
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "!**dependabot/**"
|
||||
- "!**release-please--**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
- "!**dependabot/**"
|
||||
- "!**release-please--**"
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue