Skip to content

Commit 4fef89f

Browse files
committed
only push on main
1 parent ee1358e commit 4fef89f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi_publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: Publish to PyPI
33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- "setup.py"
79

0 commit comments

Comments
 (0)