diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 06e864314..4ef203f48 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: