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 d05b9a8
Show file tree
Hide file tree
Showing 2 changed files with 6 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
2 changes: 2 additions & 0 deletions src/app/watch/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { WatchResource } from '../types'

type WatchResourceGroups = {
[key: string]: WatchResource[]
}
Expand Down

0 comments on commit d05b9a8

Please sign in to comment.