This commit is contained in:
parent
5fe64d4fb7
commit
023062922a
1 changed files with 3 additions and 3 deletions
|
@ -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 ]
|
Loading…
Reference in a new issue