fixed the maven github action

This commit is contained in:
Fabio Formosa
2022-10-26 23:54:21 +02:00
parent 5746cb43c3
commit 425de89469

View File

@@ -11,13 +11,13 @@ name: Java CI with Maven
on:
push:
branches:
- "develop"
- "master"
- develop
- master
paths: [ 'quartz-manager-parent/**' ]
pull_request:
branches:
- "develop"
- "master"
- develop
- master
jobs:
build: