Skip to content

Commit 33fe516

Browse files
chore(ci): Fix CI to run on v4
1 parent 5d791fd commit 33fe516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: check-pr
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- v4
66
jobs:
77
call-build-lint-test-workflow:
88
uses: ./.github/workflows/build-lint-test.yml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22
on:
33
push:
44
branches:
5-
- main
5+
- v4
66
jobs:
77
call-build-lint-test-workflow:
88
uses: ./.github/workflows/build-lint-test.yml

0 commit comments

Comments
 (0)