diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbd385c1..d2ade0d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + run: pnpm run lint