mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Update maven-build.yml
This commit is contained in:
parent
a384f28a81
commit
ea68ae3958
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Java CI with Maven
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
env:
|
||||
IMAGE_NAME: "test-maven-app"
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue