Skip to content

Commit

Permalink
Update cli_release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: jebjohns <[email protected]>
  • Loading branch information
jebjohns authored Oct 31, 2023
1 parent ff37247 commit bb7c975
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cli_release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build and publish tracetest CLI
on:
tags:
- 'v*.*.*' # Only build on tags that match the 'vX.Y.Z' pattern
push:
tags:
- 'v*.*.*' # Only build on tags that match the 'vX.Y.Z' pattern

jobs:
build:
Expand Down

0 comments on commit bb7c975

Please sign in to comment.