diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 476789b..b2f67af 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ name: Go on: push: - branches: [ "*" ] + branches: [ "main" ] pull_request: branches: [ "main" ]