diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2323a54..230a333 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,8 +2,9 @@ name: Go Build and Release on: push: - tags: - - 'v*.*.*' + branches: [ "main" ] + pull_request: + branches: [ "main" ] jobs: build: