diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c557a22c9a..fe90629425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,14 +1,6 @@ name: build -on: - # Trigger the workflow on push or pull request, - # but only for the master branch - push: - branches: - - * - pull_request: - branches: - - master +on: [push, pull_request] env: GOPATH: /tmp/go