Skip to content

Commit 42159e2

Browse files
author
BrunoSilvaAndrade
committed
fix: Fixing version tag pattern of trigger section of pipeline python-publish.yml
1 parent 621ec73 commit 42159e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Upload Python Package
1111
on:
1212
push:
1313
tags:
14-
- 'v*'
14+
- 'v**'
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)