Skip to content

Commit a9a44af

Browse files
committed
add release branch workflow event
1 parent 9f3390a commit a9a44af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
on:
2+
3+
push:
4+
branches: [release]
25
release:
36
types:
47
- released

0 commit comments

Comments
 (0)