We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b81298 commit cd6a608Copy full SHA for cd6a608
.github/workflows/build-alpha.yml
@@ -5,8 +5,8 @@ name: Build Alpha
5
on:
6
push:
7
tags:
8
- - '10.*.*-alpha*'
9
- - '10.*.*-Alpha*'
+ - '*.*.*-alpha*'
+ - '*.*.*-Alpha*'
10
paths-ignore:
11
- '.github/**'
12
.github/workflows/build-release.yml
@@ -5,7 +5,7 @@ name: Build Release
- - '10.*.*'
+ - '*.*.*'
- '!**-alpha**'
- '!**-Alpha**'
0 commit comments