From 590981167e5cc0e5188e3fc352ecf005f5151af7 Mon Sep 17 00:00:00 2001 From: relgisri Date: Fri, 5 Nov 2021 21:14:18 +0100 Subject: [PATCH] change ci workflow rule --- .github/workflows/lint-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 783be84..d6fe1ba 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,9 +1,9 @@ name: Lint and Test Charts on: - push: - branches: - - dev + pull_request: + paths: + - 'charts/**' jobs: lint-test: