Skip to content

Commit

Permalink
do build a package for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Jun 13, 2024
1 parent cb99503 commit a8980a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build (Linux)
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
env:
DEBIAN_FRONTEND: noninteractive
steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
name: Build (Windows)
runs-on: windows-2022
needs: test
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
strategy:
matrix:
GOARCH: ["amd64", "386"]
Expand Down

0 comments on commit a8980a6

Please sign in to comment.