Skip to content

Commit 13d81bc

Browse files
committed
Update workflow tag patterns
1 parent 4211411 commit 13d81bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
tags:
88
- 'v*'
9-
- '[0-9]+.[0-9]+.[0-9]+'
9+
- '*.*.*'
1010

1111
concurrency:
1212
group: cd-image-${{ github.workflow }}-${{ github.ref }}

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*'
7-
- '[0-9]+.[0-9]+.[0-9]+'
7+
- '*.*.*'
88

99
concurrency:
1010
group: release-binaries-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)