diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c380329..707f17e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,14 +6,10 @@ name: Go on: push: branches: [ "master" ] - pull_request: - types: [ closed ] - branches: [ "master" ] jobs: build: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) runs-on: ubuntu-latest steps: - uses: actions/checkout@v3