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
8
.github/workflows/maven.yml
vendored
8
.github/workflows/maven.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user