diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 373dc2e..3658fb4 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -1,10 +1,6 @@ name: Build release binaries (and publish them if this is a tag) -on: - push: - branches: - - main - pull_request: +on: [push, pull_request] jobs: binaries: