chore: set pre-release condition to be event_name == push
parent
ed6826408d
commit
1883058008
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue