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:
branches:
- main
paths-ignore:
- 'charts/**'
- 'docs/**'
- '.github/**'
pull_request:
branches:
- main
paths-ignore:
- 'charts/**'
- 'docs/**'
- '.github/**'
workflow_dispatch:
jobs: