We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4211411 commit 13d81bcCopy full SHA for 13d81bc
2 files changed
.github/workflows/cd-image.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
tags:
8
- 'v*'
9
- - '[0-9]+.[0-9]+.[0-9]+'
+ - '*.*.*'
10
11
concurrency:
12
group: cd-image-${{ github.workflow }}-${{ github.ref }}
.github/workflows/release-binaries.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
group: release-binaries-${{ github.workflow }}-${{ github.ref }}
0 commit comments