ci: ignore doc changes (#604)

This commit is contained in:
toast-gear 2021-06-07 00:59:28 +01:00 committed by GitHub
parent c889b92f45
commit f16f5b0aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push: push:
paths: paths:
- 'charts/**' - 'charts/**'
- '!charts/docs/**'
- '.github/**' - '.github/**'
- '!.github/*.md' - '!.github/*.md'
workflow_dispatch: workflow_dispatch: