diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 22d197cf8b..2a07dce44e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,12 +1,6 @@ # Only trigger when a PR is committed. name: Linux Build All Arches -#on: [pull_request] -on: - pull_request: - types: [closed] - branches: - - master - +on: [pull_request] jobs: build: if: github.event.pull_request.merged