Skip to content

Commit 478e3be

Browse files
authored
Update wheels.yml
1 parent bf46855 commit 478e3be

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Wheels
22

3-
on: [pull_request, push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
release:
11+
types: [published]
412

513
concurrency:
614
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)