Skip to content

Commit 80cbc53

Browse files
committed
ci: CD 워크플로우 태그 트리거 조건 추가
1 parent 4505f17 commit 80cbc53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master # master 브랜치에 push 될 때 실행
7+
tags:
8+
- 'v*'
79

810
jobs:
911
release:

0 commit comments

Comments
 (0)