Skip to content

Commit

Permalink
fix(ci): run wheels workflow on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Jul 3, 2022
1 parent 4fcf0f1 commit 0fb5148
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Wheels

on:
workflow_dispatch:
pull_request:
push:
branches:
- master
tags:
- "**"

jobs:
build_sdist:
Expand Down

0 comments on commit 0fb5148

Please sign in to comment.