From c08dde8733b7138bcad1fc1183116a2ca98b14a5 Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Sun, 3 Nov 2024 23:36:05 +0100 Subject: [PATCH] run workflow on push --- .github/workflows/ci-helm-installation-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-helm-installation-test.yml b/.github/workflows/ci-helm-installation-test.yml index 94a1731..aa4786f 100644 --- a/.github/workflows/ci-helm-installation-test.yml +++ b/.github/workflows/ci-helm-installation-test.yml @@ -1,7 +1,7 @@ name: CI Helm Installation Test on: - pull_request: + push: branches: - '**' workflow_dispatch: