diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ef66e9..baf69fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,7 @@ name: Build and Release Go Binary on: push: tags: - - "v*" - - "v*.*.*-*" + - "*" jobs: build: