diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5f5f6c2..7086227 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ goplus ] + branches: [ main ] pull_request: - branches: [ goplus ] + branches: [ main ] jobs: Test: