From 44c426f351d070b5885f88ec2b4ae4dfbb079b38 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Mon, 18 Nov 2024 17:01:06 -0700 Subject: [PATCH] ci: can't run helm release on my branch --- .github/workflows/helm-release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 0891638797b7d..1a22318fcf752 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -2,9 +2,6 @@ name: helm-release on: workflow_dispatch: # for manual testing - pull_request: - branches: - - fix-helm-lint push: branches: - main