diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b893ced39..e2214baf0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,7 @@ name: Go on: push: - branches: [ main ] + branches: '*' pull_request: branches: [ main ]