Skip to content

Commit 89eaa80

Browse files
Merge pull request #12 from BrunoSilvaAndrade/develop
fix: Fixing event trigger section of pipeline python-publish.yml
2 parents 4c5d786 + 621ec73 commit 89eaa80

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
name: Upload Python Package
1010

11-
on: release
11+
on:
12+
push:
13+
tags:
14+
- 'v*'
1215

1316
permissions:
1417
contents: read

0 commit comments

Comments
 (0)