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: