Skip to content

Commit b0ecb6f

Browse files
Changed conditions for run of pypi publish
1 parent 720c175 commit b0ecb6f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ name: Upload Python Package
99

1010
on:
1111
push:
12-
branches:
13-
- main
14-
- develop
1512
tags:
16-
- 'v**'
13+
- "*"
1714

1815
permissions:
1916
contents: read

0 commit comments

Comments
 (0)