chore: only run release-binary on non PR
parent
90e446bfba
commit
0ed4289958
|
|
@ -63,6 +63,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
release-binary:
|
release-binary:
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
needs: tests
|
needs: tests
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue