Skip to content

Commit 8d0ea71

Browse files
authored
fix(ci): package chart only on changes main branch (#186)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 6beb879 commit 8d0ea71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package_chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Package Helm Chart
33
on:
44
# Only push Helm Chart if the deployment templates have changed
55
push:
6-
branch: main
6+
branches:
7+
- main
78
paths:
89
- deployment/chainloop/**
910

0 commit comments

Comments
 (0)