chore: ignore PR when Pre-releasing

This commit is contained in:
gVisor bot 2023-09-18 19:36:11 +08:00
parent c79c2f48f9
commit 42e6fc54dd

View file

@ -209,7 +209,7 @@ jobs:
Upload-Prerelease: Upload-Prerelease:
permissions: write-all permissions: write-all
if: ${{ github.ref_type=='branch' }} if: ${{ github.ref_type=='branch' && github.event_name != 'pull_request' }}
needs: [Build] needs: [Build]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: