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

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: