Skip to content

Commit 4513522

Browse files
committed
CI: fix tag matching to trigger run
1 parent 93ac677 commit 4513522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Publish to PyPI, and Create Github Release
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+' # Trigger only on semantic version tags like v0.1.0
6+
- 'v*.*.*' # Trigger only on semantic version tags like v0.1.0
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)