mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55: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
|
name: Java CI with Maven
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: "test-maven-app"
|
IMAGE_NAME: "test-maven-app"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue