ci: adding negative paths for publish

This commit is contained in:
toast-gear 2021-06-07 09:34:44 +01:00 committed by GitHub
parent 5b28f3d964
commit fa77facacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ on:
- main # assume that the branch name may change in future
paths:
- 'charts/**'
- '!charts/actions-runner-controller/docs/**'
- '!charts/actions-runner-controller/*.md'
- '.github/**'
- '!.github/*.md'
workflow_dispatch: