Skip to content

Commit

Permalink
-- fix
Browse files Browse the repository at this point in the history
 - set release action trigger condition
  • Loading branch information
NoahAmethyst committed Apr 26, 2023
1 parent c6292d1 commit 7a63d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: Go create executable file
on:
push:
tags:
- [ 'v*','test*' ]
- 'v*'
- 'test*'
env:
BINARY_PREFIX: "sql-zh-exporter_"
BINARY_SUFFIX: ""
Expand Down

0 comments on commit 7a63d9c

Please sign in to comment.