diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 2158343..c0a90c9 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -23,6 +23,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: Auto build run: make build