diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index b985884..e6fbec8 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -2,9 +2,9 @@ name: Go test on: push: - branches: [ "master" ] + branches: [ "master", "main" ] pull_request: - branches: [ "master" ] + branches: [ "master", "main" ] jobs: build: