chore: set pre-release condition to be event_name == push
parent
ed6826408d
commit
1883058008
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
path: tabby_${{ matrix.target }}
|
path: tabby_${{ matrix.target }}
|
||||||
|
|
||||||
pre-release:
|
pre-release:
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name == 'push'
|
||||||
needs: release-binary
|
needs: release-binary
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue