ci: correcting negative paths (#606)
This commit is contained in:
parent
c36748b8bc
commit
5b28f3d964
|
|
@ -4,11 +4,11 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'charts/**'
|
- 'charts/**'
|
||||||
- '!charts/docs/**'
|
- '!charts/actions-runner-controller/docs/**'
|
||||||
|
- '!charts/actions-runner-controller/*.md'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
- '!.github/*.md'
|
- '!.github/*.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
KUBE_SCORE_VERSION: 1.10.0
|
KUBE_SCORE_VERSION: 1.10.0
|
||||||
HELM_VERSION: v3.4.1
|
HELM_VERSION: v3.4.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue