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
7
.github/workflows/java _with_maven.yaml
vendored
7
.github/workflows/java _with_maven.yaml
vendored
|
@ -2,7 +2,9 @@
|
|||
|
||||
name : Java with maven
|
||||
on:
|
||||
push
|
||||
push:
|
||||
branches:
|
||||
- test
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -11,7 +13,8 @@ jobs:
|
|||
steps:
|
||||
- name: My first step
|
||||
run: mvn package
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue