Skip to content

Commit d1f7ea3

Browse files
committed
test(build.yml): Update binaries should only happens in master branch
1 parent d8d6bf4 commit d1f7ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
git commit -m "Update binairs ${{ matrix.targets }}.tar"
9999
100100
- name: Push
101+
if: github.ref == 'refs/heads/master'
101102
uses: jcs090218/github-push-action@master
102103
with:
103104
repository: ${{ env.REPO_BIN }}

0 commit comments

Comments
 (0)