Skip to content

Commit 1d187b8

Browse files
Merge pull request #13 from BrunoSilvaAndrade/develop
fix: Fixing version tag pattern of trigger section of pipeline python…
2 parents 89eaa80 + 42159e2 commit 1d187b8

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)