Skip to content

Commit cd6a608

Browse files
committed
- Update workflows.
1 parent 2b81298 commit cd6a608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-alpha.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Build Alpha
55
on:
66
push:
77
tags:
8-
- '10.*.*-alpha*'
9-
- '10.*.*-Alpha*'
8+
- '*.*.*-alpha*'
9+
- '*.*.*-Alpha*'
1010
paths-ignore:
1111
- '.github/**'
1212

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build Release
55
on:
66
push:
77
tags:
8-
- '10.*.*'
8+
- '*.*.*'
99
- '!**-alpha**'
1010
- '!**-Alpha**'
1111
paths-ignore:

0 commit comments

Comments
 (0)