Skip to content

Commit 3731a64

Browse files
committed
Update CI to accept 0.11.* releases
1 parent bed1d5a commit 3731a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- '!**'
77
tags:
8-
- '0.10.[0-9]+-?*'
8+
- '0.11.[0-9]+-?*'
99

1010
env:
1111
# Note: used for test and clippy, not for publish

0 commit comments

Comments
 (0)