From 9217da38cac2f604b79ee44154e3e845d5fc9176 Mon Sep 17 00:00:00 2001 From: anuttinck Date: Wed, 14 Feb 2024 14:23:37 +0100 Subject: [PATCH] [FIX] gha release should be triggered only on main branch --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9551d87..ec8ed2a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,14 +2,13 @@ name: Helm Release on: workflow_dispatch: - push: - branches: - - main workflow_run: workflows: - Lint and Test Charts types: - completed + branches: + - main jobs: release: