ci: check out the branch in the build job

This commit is contained in:
Amin Yahyaabadi 2024-09-20 19:21:33 -07:00
parent efdf36d38c
commit b2a7ceb1aa
No known key found for this signature in database
GPG Key ID: F52AF77F636088F0
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ jobs:
- 9.10.0 - 9.10.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v4