Don't run maven CI on changes to the helm chart

This commit is contained in:
chgl
2022-08-25 02:46:13 +02:00
committed by Jens Kristian Villadsen
parent 68e64f2f33
commit 4790c4372f

View File

@@ -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: