Skip to content

Commit

Permalink
ci: ignore chart lint/publish 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 a29c820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 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,8 @@ on:
pull_request:
paths:
- deploy/helm/**
- "!deploy/helm/pulumi-operator/README.md"
- "!deploy/helm/pulumi-operator/README.md.gotmpl"

permissions: read-all

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/chart-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
paths:
- "deploy/helm/**"
- "!deploy/helm/pulumi-operator/README.md"
- "!deploy/helm/pulumi-operator/README.md.gotmpl"

env:
HELM_DOCS_VERSION: "1.11.0"

Expand Down

0 comments on commit a29c820

Please sign in to comment.