Skip to content

Commit f2bc0a1

Browse files
authored
Run publish on every tag pushed (#87)
1 parent c83b0aa commit f2bc0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

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-
- '[0-9]+.[0-9]+.[0-9]+.*' # Run on every git tag with semantic versioning. i.e: 1.5.0 or 1.5.0rc1
14+
- '*'
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)