Skip to content

Commit 8c0e08a

Browse files
committed
fix: 🔧 more limited release charts trigger
1 parent 6aabeb2 commit 8c0e08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-charts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release Charts
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- "*"
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)