mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
updated workflow
This commit is contained in:
parent
cb09553ad8
commit
25e8413370
1 changed files with 6 additions and 3 deletions
5
.github/workflows/java _with_maven.yaml
vendored
5
.github/workflows/java _with_maven.yaml
vendored
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
name : Java with maven
|
name : Java with maven
|
||||||
on:
|
on:
|
||||||
push
|
push:
|
||||||
|
branches:
|
||||||
|
- test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -16,3 +18,4 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue