Skip to content

Commit 1f6f5b8

Browse files
committed
Add additional suffixes to trigger the release workflow
1 parent 63d0574 commit 1f6f5b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
7-
6+
- 'v[0-9]+.[0-9]+.[0-9]+-(test|alpha|beta|rc)[0-9]+'
87
jobs:
98
publish-candidate:
109
name: Publish candidate

0 commit comments

Comments
 (0)