Skip to content

Commit 621ec73

Browse files
author
BrunoSilvaAndrade
committed
fix: Fixing event trigger section of pipeline python-publish.yml
1 parent f90d90f commit 621ec73

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)