Skip to content

Commit 75a0dcb

Browse files
committed
ci: Build binary for all main commits, but don't release
1 parent 5d7add0 commit 75a0dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272

7373
build-binary:
7474
runs-on: ubuntu-latest
75-
if: startsWith(github.ref, 'refs/tags/')
7675
env:
7776
GO111MODULE: on
7877
steps:
@@ -92,6 +91,7 @@ jobs:
9291

9392
-
9493
name: GitHub Release
94+
if: startsWith(github.ref, 'refs/tags/')
9595
uses: softprops/[email protected]
9696
with:
9797
files: tusd_*.*

0 commit comments

Comments
 (0)