From b079df8766e5538801382d86a5b6447fa9212f4b Mon Sep 17 00:00:00 2001 From: Alex Nordlund Date: Fri, 2 Dec 2022 18:03:58 +0100 Subject: [PATCH] Run chart test on all pull requests and pushed branches --- .github/workflows/test-chart.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-chart.yml b/.github/workflows/test-chart.yml index b9ff808..e929966 100644 --- a/.github/workflows/test-chart.yml +++ b/.github/workflows/test-chart.yml @@ -5,15 +5,9 @@ name: Test chart on: pull_request: - paths: - - "chart/**" - - "!**.md" - - ".github/workflows/test-chart.yml" + paths-ignore: + - "README.md" push: - paths: - - "chart/**" - - "!**.md" - - ".github/workflows/test-chart.yml" branches-ignore: - "dependabot/**" workflow_dispatch: