Skip to content

Commit f18cbda

Browse files
committed
Limit release trigger to 0.* tags
1 parent 769f622 commit f18cbda

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
@@ -6,7 +6,7 @@ name: Release
66
on:
77
push:
88
tags:
9-
- "**"
9+
- "0.*"
1010

1111
# Prevent multiple releases from starting at the same time.
1212
concurrency:

0 commit comments

Comments
 (0)