diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 45a4d80..bc3b0ce 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -4,8 +4,10 @@ on: push: branches: - master - tags-ignore: - - "**" + pull_request: + branches: + - master + jobs: golang: name: Build (Go ${{ matrix.go }}, OS ${{matrix.os}})