Skip to content

Commit

Permalink
ci: Build binary for all main commits, but don't release
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Mar 5, 2025
1 parent 5d7add0 commit 75a0dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:

build-binary:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
env:
GO111MODULE: on
steps:
Expand All @@ -92,6 +91,7 @@ jobs:

-
name: GitHub Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/[email protected]
with:
files: tusd_*.*
Expand Down

0 comments on commit 75a0dcb

Please sign in to comment.