diff --git a/.github/workflows/chart-lint-publish.yml b/.github/workflows/chart-lint-publish.yml index a90f93c0265..b365228becc 100644 --- a/.github/workflows/chart-lint-publish.yml +++ b/.github/workflows/chart-lint-publish.yml @@ -5,6 +5,8 @@ on: types: [published] pull_request: types: [opened, reopened, synchronize] + paths: + - './helm/**' workflow_dispatch: inputs: IGNORE_CHARTS: @@ -31,7 +33,7 @@ on: push: branches: - '!release-branch' - - master + - '!master' - 1.* - 0.* - develop @@ -57,4 +59,4 @@ jobs: LINTING_HEALTH_CHECK_SCHEMA_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/health-check-schema.yaml" secrets: TOKEN: ${{ secrets.ACTION_PAT }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}