Skip to content

Commit 96ac6ef

Browse files
committed
allow releasing on 0.7.x
1 parent b04ab82 commit 96ac6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "master"
77
- "ci"
8-
- "[0-9]+.[0-9x]+*"
8+
- "[0-9]+.[0-9]+.[0-9x]+*"
99
paths:
1010
- "httptools/_version.py"
1111

0 commit comments

Comments
 (0)