Skip to content

Commit

Permalink
ci: build app if Renovate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen committed Jul 12, 2024
1 parent 75ce036 commit 2a11267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a11267

Please sign in to comment.