Skip to content

Commit 1f9e529

Browse files
committed
.github/workflows/pyrelease: only release on semver tags
1 parent 7abf5f5 commit 1f9e529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
# For tag-based (instead of Github-specific release-based):
3232
push:
3333
tags:
34-
- '*'
34+
- '*.*.*'
3535

3636
jobs:
3737
build:

0 commit comments

Comments
 (0)