Skip to content

Commit

Permalink
Trigger the wheels workflow on manual dispatch or release publish
Browse files Browse the repository at this point in the history
Execute wheels
  • Loading branch information
mworchel committed Feb 18, 2021
1 parent 2cbf926 commit d2d21f5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Wheels

on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
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 d2d21f5

Please sign in to comment.