From 28705509a60b5e015c1b01697ea36cd084eec370 Mon Sep 17 00:00:00 2001 From: Tommy Skaug <104122981+tommy-skaug@users.noreply.github.com> Date: Sat, 23 Dec 2023 11:55:37 +0100 Subject: [PATCH] Update build-and-publish.yml Only build when there are changes to the charts dir --- .github/workflows/build-and-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 10e71e8..45df378 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - 'charts/**' # tags: # - "v*.*.*"