Skip to content

Commit

Permalink
revert wheel run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Feb 2, 2024
1 parent 0041c9b commit d963c6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Wheels

on:
push:
branches:
- main
# Triggers the workflow on manual dispatch or when a release is published
workflow_dispatch:
release:
types:
- published

jobs:
build_wheels:
Expand Down

0 comments on commit d963c6c

Please sign in to comment.