Skip to content

Commit

Permalink
Update chart-lint-publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Praful Rakhade <[email protected]>
  • Loading branch information
Prafulrakhade authored May 29, 2024
1 parent 3305d9b commit 8ba26cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/chart-lint-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
paths:
- './helm/**'
workflow_dispatch:
inputs:
IGNORE_CHARTS:
Expand All @@ -31,7 +33,7 @@ on:
push:
branches:
- '!release-branch'
- master
- '!master'
- 1.*
- 0.*
- develop
Expand All @@ -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 }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 8ba26cc

Please sign in to comment.