Skip to content

Commit

Permalink
fix: switch to on create instead of push (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 2, 2022
1 parent b4b251c commit af0ed88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Wheels

on:
push:
create:
tags:
- "**"
- "v*"

jobs:
build_wheels:
Expand Down

0 comments on commit af0ed88

Please sign in to comment.