Skip to content

Commit

Permalink
ci: correcting negative paths (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-tait-pbx authored Jun 7, 2021
1 parent c36748b commit 5b28f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-lint-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
paths:
- 'charts/**'
- '!charts/docs/**'
- '!charts/actions-runner-controller/docs/**'
- '!charts/actions-runner-controller/*.md'
- '.github/**'
- '!.github/*.md'
workflow_dispatch:

env:
KUBE_SCORE_VERSION: 1.10.0
HELM_VERSION: v3.4.1
Expand Down

0 comments on commit 5b28f3d

Please sign in to comment.