mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-01-05 00:53:18 +09:00
fixed the maven github action
This commit is contained in:
8
.github/workflows/maven.yml
vendored
8
.github/workflows/maven.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user