Skip to content

Commit 2669c29

Browse files
authored
Merge pull request #8 from owlinux1000/auto_release_pr_merged
update(workflow): Add condition for tag
2 parents a719a74 + 43dfec6 commit 2669c29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: release
33
on:
44
push:
55
branches: [main]
6+
tags:
7+
- "v*"
68

79
jobs:
810
release:

0 commit comments

Comments
 (0)