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