diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 3ebb7bc5..dd64f51f 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -1,6 +1,12 @@ name: go test -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: test: