mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
run basic pipeline.yml
This commit is contained in:
parent
816751a4fa
commit
6233b03066
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pipeline.yml
vendored
4
.github/workflows/pipeline.yml
vendored
|
@ -2,9 +2,9 @@ name: Enhanced Java Application Pipeline with Metrics
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ pipeline-optimization ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ pipeline-optimization ]
|
||||
|
||||
jobs:
|
||||
build-with-metrics:
|
||||
|
|
Loading…
Reference in a new issue