Skip to content

Commit

Permalink
running installer process on test
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Apr 30, 2024
1 parent f1f9c60 commit 939e402
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 @@ -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 Expand Up @@ -137,7 +137,7 @@ jobs:
name: Make Installer (Windows)
runs-on: windows-2022
needs: build-windows
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:
include:
Expand Down

0 comments on commit 939e402

Please sign in to comment.