diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 585591e..a9e2f7a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ main, v2 ] + branches: [ main ] pull_request: - branches: [ main, v2 ] + branches: [ main ] jobs: