Skip to content

Commit

Permalink
ci: ignore chart lint if only README is touched
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Mar 19, 2024
1 parent 8e18239 commit ef193cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chart-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
paths:
- deploy/helm/**
paths-ignore:
- deploy/helm/pulumi-operator/README.md
- deploy/helm/pulumi-operator/README.md.gotmpl

permissions: read-all

Expand Down

0 comments on commit ef193cf

Please sign in to comment.