diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index d2734dc..4240fb5 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -13,6 +13,8 @@ jobs: # Step 1: Check out the code from the PR branch - name: Checkout code uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }} # Step 2: Set up Node.js - name: Set up Node.js