chore: set pre-release condition to be event_name == push

wsxiaoys-patch-3
Meng Zhang 2023-11-25 13:55:24 +08:00 committed by GitHub
parent ed6826408d
commit 1883058008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ jobs:
path: tabby_${{ matrix.target }}
pre-release:
if: github.event_name != 'pull_request'
if: github.event_name == 'push'
needs: release-binary
runs-on: ubuntu-latest
permissions: