Skip to content

Commit f5566fe

Browse files
committed
Use correct path in workflow
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
1 parent c5ff6fb commit f5566fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
push:
66
branches: [main]
77
paths:
8-
- 'helm/**'
8+
- 'charts/**'
99
- '.github/workflows/lint-test.yml'
1010
pull_request:
1111
# The branches below must be a subset of the branches above
1212
branches: [main]
1313
paths:
14-
- 'helm/**'
14+
- 'charts/**'
1515
- '.github/workflows/lint-test.yml'
1616

1717
jobs:

0 commit comments

Comments
 (0)