Ignore files in chart directory.

This commit is contained in:
2023-02-20 09:33:02 +00:00
parent 45ffb50b72
commit 372b25111b
14 changed files with 33 additions and 1 deletions
+10
View File
@@ -4,9 +4,19 @@ on:
push:
branches:
- main
paths-ignore:
- 'charts/**'
- 'docs/**'
- '.github/**'
- 'README.md'
pull_request:
branches:
- main
paths-ignore:
- 'charts/**'
- 'docs/**'
- '.github/**'
- 'README.md'
workflow_dispatch:
jobs: