diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dee6b68..2ccc31a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }} - name: Setup Node uses: actions/setup-node@v3