diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cda6574..a7dbaa5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,8 +6,12 @@ name: Go on: push: branches: [ "main" ] + tags: + - "v*.*.*" pull_request: branches: [ "main" ] + tags: + - "v*.*.*" jobs: