.github/workflows/go.yml | 6 +----- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c8ae26bb567e0ee945ba05243f3986d45ac3ebb6..ebfc960a396a6cf6a955e6fca84d1b0a35780d20 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,10 +1,6 @@ name: Go -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: