diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e2a175a..099d883 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,5 +1,11 @@ name: Test Go -on: [push] +on: + push: + tags: + - v* + branches: + - main + pull_request: jobs: test: name: Test