diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3900fdf9..112421db 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,6 +1,12 @@ name: Go -on: [push, pull_request] +on: + push: + branches: + - main + tags: + - v[0-9]+.[0-9]+.[0-9]+* + pull_request: jobs: test: