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