From e3c9b1b88eae3b034c16cdb5b992b9282c281e78 Mon Sep 17 00:00:00 2001 From: yseto Date: Wed, 1 May 2024 11:42:54 +0900 Subject: [PATCH] Revert "running installer process on test" This reverts commit 939e4025374661f116f7aba177a4c9dda6a28db3. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 49a61cd13..bfd3e9e99 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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"] @@ -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: