Skip to content

Commit df43430

Browse files
committed
only build on release
1 parent 1dfff82 commit df43430

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: Build
1+
name: Build Wheels
22

3-
on: [push, pull_request]
3+
on:
4+
release:
5+
types:
6+
- created
47

58
jobs:
69
build_wheels:

0 commit comments

Comments
 (0)