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: