Skip to content

Commit b2a7ceb

Browse files
committed
ci: check out the branch in the build job
1 parent efdf36d commit b2a7ceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- 9.10.0
3333
steps:
3434
- uses: actions/checkout@v4
35+
with:
36+
ref: ${{ github.head_ref || github.ref_name }}
3537

3638
- name: Setup Node
3739
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)