Skip to content

Commit

Permalink
Merge pull request #870 from ttretau/bugfix/trigger_chart_release_man…
Browse files Browse the repository at this point in the history
…ually

fix: Add manual workflow trigger
  • Loading branch information
alexandrevilain authored Dec 15, 2024
2 parents 3f90b47 + 558b40d commit 3565a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release Charts

on:
workflow_dispatch: {}
push:
branches:
- main
Expand Down Expand Up @@ -41,4 +42,4 @@ jobs:
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
CR_MAKE_RELEASE_LATEST: false
with:
charts_dir: charts
charts_dir: charts

0 comments on commit 3565a64

Please sign in to comment.