Skip to content

Commit bb7c975

Browse files
authored
Update cli_release.yaml
Signed-off-by: jebjohns <111633983+jebjohns@users.noreply.github.com>
1 parent ff37247 commit bb7c975

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cli_release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Build and publish tracetest CLI
22
on:
3-
tags:
4-
- 'v*.*.*' # Only build on tags that match the 'vX.Y.Z' pattern
3+
push:
4+
tags:
5+
- 'v*.*.*' # Only build on tags that match the 'vX.Y.Z' pattern
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)