Skip to content

Commit 558fdc5

Browse files
authored
Update tag patterns for guest release workflow (#204)
1 parent ce7eb57 commit 558fdc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-guest-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Build ZKVM-Prover Guest
33
on:
44
push:
55
tags:
6-
- 'v0.[0-9]+.[0-9]+(-.*)?'
6+
- 'v0.[0-9]+.[0-9]+'
7+
- 'v0.[0-9]+.[0-9]+-*'
78

89
jobs:
910
build-guest:

0 commit comments

Comments
 (0)