diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0172dd1..fa0a7a8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,6 +3,7 @@ name: Go on: push: branches: [ main ] + tags: [ v** ] pull_request: branches: [ main ]