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

@@ -7,8 +7,12 @@ on:
push:
branches:
- '**'
paths-ignore:
- "charts/**"
pull_request:
branches: [ master ]
paths-ignore:
- "charts/**"
jobs:
build: