diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9002f345..fe85899d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,6 +64,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.PAT }} + ref: ${{ github.head_ref }} - uses: actions/setup-python@v4 with: