diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f077b11..060cff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,3 +32,7 @@ jobs: - name: Lint source code run: pnpm lint + + - name: Build app for Renovate PRs + if: startsWith(github.event.pull_request.base.ref, 'renovate/') + run: pnpm build