diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f36257e..beb3c98 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,6 +2,10 @@ name: Go Static Check on: push: + branches: + - '*' + tags-ignore: + - '*' pull_request: jobs: