diff --git a/.github/workflows/go-check.yml b/.github/workflows/go-check.yml index cc65ce6..85f85be 100644 --- a/.github/workflows/go-check.yml +++ b/.github/workflows/go-check.yml @@ -1,7 +1,10 @@ # File managed by web3-bot. DO NOT EDIT. # See https://github.com/protocol/.github/ for details. -on: [push, pull_request] +on: + pull_request: + push: + branches: name: Go Checks jobs: