From 9531e495a84e1aa0f783815b3390e18cb3e1ae9e Mon Sep 17 00:00:00 2001 From: Marc-Antoine Fernandes Date: Fri, 2 Jun 2023 19:13:10 +0200 Subject: [PATCH] chore: Fix chart releaser workflow paths detection --- .github/workflows/release-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index d358e37..bd060ae 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -5,7 +5,7 @@ on: branches: [master] paths: - 'charts/**' - - '.github/workflows/release-controller.yml' + - '.github/workflows/release-chart.yml' jobs: release: