Skip to content

Commit 9191927

Browse files
author
Игорь Фонин
committed
ci add master branch to build release
1 parent b71623d commit 9191927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GO111MODULE=off go get github.com/mitchellh/gox
3232
3333
- name: Build cross platform releases
34-
if: startsWith(github.ref, 'refs/tags/')
34+
if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/master')
3535
env:
3636
GOPATH: /home/runner/go
3737
run: |

0 commit comments

Comments
 (0)