Skip to content

Commit 16dad65

Browse files
ci(helm): trigger helm release workflow on tag push
1 parent 3d60856 commit 16dad65

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/helm-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
paths:
88
- "charts/**"
9+
tags:
10+
- "v*"
911
workflow_dispatch:
1012

1113
permissions:

0 commit comments

Comments
 (0)