diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f27431787e..868001e648 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master + with: + ref: ${{ github.event.pull_request.head.ref }} - uses: actions-rs/toolchain@v1.0.7 with: toolchain: stable