mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Features
This commit is contained in:
parent
e01ec327c6
commit
ee5c53821f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -5,9 +5,9 @@ name: Java CI with Maven
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, features ]
|
||||
branches: [ main, Features ]
|
||||
pull_request:
|
||||
branches: [ main, features ]
|
||||
branches: [ main, Features ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue