From 78fe13e697f4b167bb9707c1a12530146fdb98dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Thu, 6 Jan 2022 12:11:52 +0100 Subject: [PATCH] ci: Update validate CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/workflows/charts-validate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/charts-validate.yaml b/.github/workflows/charts-validate.yaml index b742ca0e..6b8e5752 100644 --- a/.github/workflows/charts-validate.yaml +++ b/.github/workflows/charts-validate.yaml @@ -2,7 +2,9 @@ name: "Charts: Validate" on: workflow_dispatch: - pull_request: + push: + branches-ignore: + - 'master' paths: - "charts/**"