diff --git a/.github/workflows/go.yml b/.github/workflows/build.yml similarity index 97% rename from .github/workflows/go.yml rename to .github/workflows/build.yml index 57797fc..8cab890 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Go +name: Build and Release on: workflow_dispatch: @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write - if: startsWith(github.ref, 'refs/tags/v') + # if: startsWith(github.ref, 'refs/tags/v') steps: - name: Docker meta id: meta