Skip to content

Commit 927eb28

Browse files
committed
chore: update ci
1 parent 91cc24b commit 927eb28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pull Request
33
on:
44
pull_request:
55
branches:
6-
- develop
6+
- main
77
- next
88

99
jobs:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
if: steps.cache-modules.outputs.cache-hit != 'true'
3030
run: yarn install --immutable
31-
31+
3232
- name: Build
3333
run: yarn build
3434

0 commit comments

Comments
 (0)