Skip to content

Commit 7b6d0f4

Browse files
committed
ci: checkout from develop
1 parent 1f74ab4 commit 7b6d0f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
27+
with:
28+
ref: "develop"
2729

2830
- name: Setup corepack
2931
run: corepack enable
@@ -45,6 +47,8 @@ jobs:
4547
steps:
4648
- name: Checkout repository
4749
uses: actions/checkout@v4
50+
with:
51+
ref: "develop"
4852

4953
- name: Setup corepack
5054
run: corepack enable

0 commit comments

Comments
 (0)