Don't run maven CI on changes to the helm chart
This commit is contained in:
committed by
Jens Kristian Villadsen
parent
68e64f2f33
commit
4790c4372f
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@@ -7,8 +7,12 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "charts/**"
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- "charts/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user