From 4790c4372f28a21cd76e29169a1827095aa555ef Mon Sep 17 00:00:00 2001 From: chgl Date: Thu, 25 Aug 2022 02:46:13 +0200 Subject: [PATCH] Don't run maven CI on changes to the helm chart --- .github/workflows/maven.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9919452..7fc93b8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,10 +5,14 @@ name: Java CI with Maven on: push: - branches: - - '**' + branches: + - '**' + paths-ignore: + - "charts/**" pull_request: branches: [ master ] + paths-ignore: + - "charts/**" jobs: build: