Skip to content

Commit 70e0874

Browse files
committed
ci: use release event to avoid ci skip [ci skip]
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
1 parent cc2383f commit 70e0874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Tag Build and Publish
22

33
on:
4-
push:
5-
tags:
6-
- v*
4+
release:
5+
types:
6+
- published
77

88
jobs:
99
build-tag:

0 commit comments

Comments
 (0)