Skip to content

Commit

Permalink
build wheels for commits on main
Browse files Browse the repository at this point in the history
  • Loading branch information
tlpss committed Dec 9, 2024
1 parent 0b9285c commit 2676c84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
build_wheels:
name: Wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' || github.event_name == 'release'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2676c84

Please sign in to comment.