diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 714aaf7..99204d1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,7 @@ name: Go -on: [push] +on: + push: + pull_request: jobs: build: name: Build