Skip to content

Commit

Permalink
Remove running binary test on push
Browse files Browse the repository at this point in the history
That was in place for testing, for production that's not needed
  • Loading branch information
evolarjun committed Aug 9, 2024
1 parent b1583b5 commit 5592b90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: binary tarball
on:
workflow_dispatch:
release:
branches: [ master, dev ]
push:
branches: [ master ]
repository_dispatch:
types: [linux-binary-test, install-test]
schedule:
Expand Down

0 comments on commit 5592b90

Please sign in to comment.