diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 19fc70583..d69524989 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,10 +1,6 @@ name: Build wheels -on: - workflow_dispatch: - release: - types: - - published +on: [push, pull_request] jobs: build_wheels: