We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb41c4 commit 3645845Copy full SHA for 3645845
1 file changed
.github/workflows/Release.yaml
@@ -9,9 +9,7 @@ env:
9
on:
10
push:
11
tags:
12
- - "[0-9]+.[0-9]+.[0-9]+"
13
- - "[0-9]+.[0-9]+.[0-9]+-alpha[0-9]+"
14
- - "[0-9]+.[0-9]+.[0-9]+-beta[0-9]+"
+ - "*"
15
16
jobs:
17
build:
0 commit comments