ci: run main ci on pull requests
This commit is contained in:
parent
6f7b74e6a8
commit
c2fd016204
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Tipi CI
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
@ -41,4 +43,4 @@ jobs:
|
|||
run: pnpm test
|
||||
|
||||
- name: Run linter
|
||||
run: pnpm run lint
|
||||
run: pnpm run lint
|
||||
|
|
Loading…
Reference in New Issue
Block a user