diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84f8f0d743..28b319af43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,6 +60,8 @@ jobs: image: ${{ matrix.container }} steps: - uses: actions/checkout@v4 + with: + ref: 'main' - name: Install Python dependencies shell: bash