Skip to content

Commit

Permalink
Add wheels.yml to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 12, 2023
1 parent a9d34d6 commit f04444b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Wheels
on:
push:
paths:
- ".github/workflows/wheels.yml"
- ".github/workflows/wheels*.yml"
- "dist/*"
tags:
- "*"
pull_request:
paths:
- ".github/workflows/wheels.yml"
- ".github/workflows/wheels*.yml"
- "dist/*"
workflow_dispatch:
Expand Down

0 comments on commit f04444b

Please sign in to comment.