We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4505f17 commit 80cbc53Copy full SHA for 80cbc53
1 file changed
.github/workflows/cd_release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- master # master 브랜치에 push 될 때 실행
7
+ tags:
8
+ - 'v*'
9
10
jobs:
11
release:
0 commit comments