diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index 7af5fc89a..fb04d116e 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - ref: ${{ github.event.client_payload.ref }} + ref: develop fetch-depth: 0 - name: Use Node.js ${{ env.NODE }} uses: actions/setup-node@v1