Skip to content

Commit 3834ad0

Browse files
committed
IMPROVEMENT: automatically push pipy on taged pushes
1 parent f505ea7 commit 3834ad0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
release:
88
types: [published]
99
workflow_dispatch:
10+
push:
11+
branches:
12+
- 'refs/tags/v*'
1013

1114
jobs:
1215
deploy:

0 commit comments

Comments
 (0)