From 3348bbce5af346cea9b56c5a2a208f2aaa289535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Vidal=20Garc=C3=ADa?= Date: Wed, 27 May 2020 17:42:30 +0200 Subject: [PATCH] helm: trigger cr action on change Chart.yaml So we can control helm chart releaser github action workflows better and avoid extra runs. --- .github/workflows/helm-releaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-releaser.yaml b/.github/workflows/helm-releaser.yaml index 6b83547f..2d8e99e9 100644 --- a/.github/workflows/helm-releaser.yaml +++ b/.github/workflows/helm-releaser.yaml @@ -5,7 +5,7 @@ on: branches: - master paths: - - 'helm/reana/**' + - 'helm/reana/Chart.yaml' jobs: release: