Skip to content

Commit 6f412a9

Browse files
committed
chore: fix release workflow triggers
1 parent 25ee087 commit 6f412a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/releases.yml

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

33
on:
4+
release:
5+
types:
6+
- published
47
push:
58
branches: [main]
69
pull_request:

0 commit comments

Comments
 (0)