diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7e6bb804..e889e815 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,9 @@ name: Go -on: [push, pull_request] +on: + pull_request: {} + push: + branches: + - master jobs: build: name: Build