Make execute on PR
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ethan Lane 2024-02-19 14:40:59 +00:00
parent 5fe64d4fb7
commit 023062922a

View file

@ -5,19 +5,19 @@ steps:
- yarn install --frozen-lockfile
- yarn build
when:
event: push
event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ]
lint:
image: node
commands:
- yarn lint
when:
event: push
event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ]
test:
image: node
commands:
- yarn test
when:
event: push
event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ]