Skip to content

Commit 9531e49

Browse files
committed
chore: Fix chart releaser workflow paths detection
1 parent 988a736 commit 9531e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-chart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master]
66
paths:
77
- 'charts/**'
8-
- '.github/workflows/release-controller.yml'
8+
- '.github/workflows/release-chart.yml'
99

1010
jobs:
1111
release:

0 commit comments

Comments
 (0)