Add feature branches to lint
All checks were successful
ci/woodpecker/push/integration Pipeline was successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2024-01-22 18:23:56 +00:00
parent 4a4d07fd26
commit ccc1ecdb17

View file

@ -13,4 +13,4 @@ steps:
- npm run lint
when:
event: push
branch: [ hotfix/*, renovate/* ]
branch: [ hotfix/*, feature/*, renovate/* ]