From 6c5afc327bddb73cd91936a2319a77bf121be582 Mon Sep 17 00:00:00 2001 From: Mike Dame Date: Wed, 22 Jul 2020 14:20:59 -0400 Subject: [PATCH] (TEST): change helm workflow branches --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54af98699..20c89042b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,8 +2,9 @@ name: Release Charts on: push: - tags: - - chart-* + branches: + - master + - release-* jobs: release: