From df4553131f499b9bd00dd5f8569ce2fc7a1a561e Mon Sep 17 00:00:00 2001 From: hongming Date: Fri, 20 Sep 2024 14:00:10 +0800 Subject: [PATCH] Update sync-helm-chart.yaml (#6191) * Update sync-helm-chart.yaml Signed-off-by: hongming * Update sync-helm-chart.yaml --------- Signed-off-by: hongming --- .github/workflows/sync-helm-chart.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-helm-chart.yaml b/.github/workflows/sync-helm-chart.yaml index 557be6a0f..8cfdec9f3 100644 --- a/.github/workflows/sync-helm-chart.yaml +++ b/.github/workflows/sync-helm-chart.yaml @@ -1,3 +1,5 @@ +name: SyncHelmChart + on: workflow_dispatch: push: @@ -8,6 +10,7 @@ on: - 'release-*' tags: - 'helm-chart-*' + - 'v*' jobs: sync-chart: