From 987c436f616ded61d6ee01c0190b51a9f44dd310 Mon Sep 17 00:00:00 2001 From: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:59:20 +0530 Subject: [PATCH] [DSD-4341]Update chart-lint-publish.yml Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> --- .github/workflows/chart-lint-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chart-lint-publish.yml b/.github/workflows/chart-lint-publish.yml index 08850bcf..8acf19a4 100644 --- a/.github/workflows/chart-lint-publish.yml +++ b/.github/workflows/chart-lint-publish.yml @@ -6,7 +6,7 @@ on: pull_request: types: [opened, reopened, synchronize] paths: - - './helm/**' + - 'helm/**' workflow_dispatch: inputs: IGNORE_CHARTS: @@ -41,7 +41,7 @@ on: - release* - ES-* paths: - - './helm/**' + - 'helm/**' jobs: chart-lint-publish: