Ignore files in chart directory.

This commit is contained in:
2023-02-20 09:33:02 +00:00
parent 45ffb50b72
commit 379140c544
12 changed files with 8 additions and 0 deletions
@@ -4,9 +4,17 @@ on:
push: push:
branches: branches:
- main - main
paths-ignore:
- 'charts/**'
- 'docs/**'
- '.github/**'
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore:
- 'charts/**'
- 'docs/**'
- '.github/**'
workflow_dispatch: workflow_dispatch:
jobs: jobs: