Skip to content

Commit

Permalink
ci: check out the branch in the build job
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 21, 2024
1 parent efdf36d commit b2a7ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- 9.10.0
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }}

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit b2a7ceb

Please sign in to comment.