mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Update maven.yml
This commit is contained in:
parent
8ee6b61a17
commit
aba969375a
1 changed files with 4 additions and 1 deletions
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
|
@ -3,7 +3,10 @@
|
|||
|
||||
name: build-and-test
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
|
Loading…
Reference in a new issue