Skip to content

Commit

Permalink
chore: Fix chart releaser workflow paths detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Embraser01 committed Jun 2, 2023
1 parent 988a736 commit 9531e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]
paths:
- 'charts/**'
- '.github/workflows/release-controller.yml'
- '.github/workflows/release-chart.yml'

jobs:
release:
Expand Down

0 comments on commit 9531e49

Please sign in to comment.