diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1ec46ee..2a27707 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,6 +6,9 @@ name: Go on: push: branches: [ "main" ] + tags: + - 'v*' + pull_request: branches: [ "main" ]