Skip to content

Commit 5592b90

Browse files
committed
Remove running binary test on push
That was in place for testing, for production that's not needed
1 parent b1583b5 commit 5592b90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/binary.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: binary tarball
33
on:
44
workflow_dispatch:
55
release:
6-
branches: [ master, dev ]
7-
push:
6+
branches: [ master ]
87
repository_dispatch:
98
types: [linux-binary-test, install-test]
109
schedule:

0 commit comments

Comments
 (0)