mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
updated workflow
This commit is contained in:
parent
25e8413370
commit
bc6b57cc8d
1 changed files with 4 additions and 3 deletions
7
.github/workflows/java _with_maven.yaml
vendored
7
.github/workflows/java _with_maven.yaml
vendored
|
@ -4,16 +4,17 @@ name : Java with maven
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- test
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: "maven"
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: My first step
|
||||
run: mvn package
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue