diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 14c37ceb..808ef177 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,8 +1,7 @@ name: Lint and Test Charts -on: - pull_request: - paths: +on: pull_request + jobs: changes: runs-on: ubuntu-latest-low