diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 10979a8..e1e986f 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