Skip to content

Commit

Permalink
Revert "running installer process on test"
Browse files Browse the repository at this point in the history
This reverts commit 939e402.
  • Loading branch information
yseto committed May 1, 2024
1 parent 63afcf9 commit e3c9b1b
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 e3c9b1b

Please sign in to comment.