Skip to content

Commit

Permalink
helm: trigger cr action on change Chart.yaml
Browse files Browse the repository at this point in the history
So we can control helm chart releaser github action workflows better and avoid extra runs.
  • Loading branch information
mvidalgarcia committed May 27, 2020
1 parent c16d333 commit 3348bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- 'helm/reana/**'
- 'helm/reana/Chart.yaml'

jobs:
release:
Expand Down

0 comments on commit 3348bbc

Please sign in to comment.