diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1ec614c..5b6fb81 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" ]