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 install --frozen-lockfile
- yarn build - yarn build
when: when:
event: push event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ] branch: [ hotfix/*, feature/*, renovate/*, develop, main ]
lint: lint:
image: node image: node
commands: commands:
- yarn lint - yarn lint
when: when:
event: push event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ] branch: [ hotfix/*, feature/*, renovate/*, develop, main ]
test: test:
image: node image: node
commands: commands:
- yarn test - yarn test
when: when:
event: push event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ] branch: [ hotfix/*, feature/*, renovate/*, develop, main ]