Skip to content

Commit 5d40e91

Browse files
authored
Merge pull request #58 from cair/github-actions
Update build-wheels.yml
2 parents f38bd44 + 1d6aadc commit 5d40e91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: Build Wheels
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- '**'
68
release:
79
types:
810
- created
911
- published
1012

13+
1114
jobs:
1215
build_wheels:
1316
name: Build wheels on ${{ matrix.os }}

0 commit comments

Comments
 (0)