diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 00f7338..140c623 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,6 +3,8 @@ name: Go on: push: branches: [ master ] + tags: + - '*' pull_request: branches: [ master ]