Skip to content

Commit 3565a64

Browse files
Merge pull request #870 from ttretau/bugfix/trigger_chart_release_manually
fix: Add manual workflow trigger
2 parents 3f90b47 + 558b40d commit 3565a64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release Charts
22

33
on:
4+
workflow_dispatch: {}
45
push:
56
branches:
67
- main
@@ -41,4 +42,4 @@ jobs:
4142
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
4243
CR_MAKE_RELEASE_LATEST: false
4344
with:
44-
charts_dir: charts
45+
charts_dir: charts

0 commit comments

Comments
 (0)