From 494d56605a18ca1535f5b8b29d6c974dba6d9434 Mon Sep 17 00:00:00 2001 From: "Giau. Tran Minh" Date: Mon, 5 Feb 2024 15:39:28 +0700 Subject: [PATCH] .github/workflows: run chart test on PR --- .github/workflows/push-chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/push-chart.yaml b/.github/workflows/push-chart.yaml index bc6ae7cd..3dcc0aff 100644 --- a/.github/workflows/push-chart.yaml +++ b/.github/workflows/push-chart.yaml @@ -17,6 +17,9 @@ on: push: branches: - master + pull_request: + branches: + - master workflow_dispatch: jobs: helm-test: @@ -44,6 +47,7 @@ jobs: fi helm-push: needs: [helm-test] + if: ${{ github.event_name == 'push' }} runs-on: ubuntu-latest defaults: run: