mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:55: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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ pipeline-optimization ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ pipeline-optimization ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-with-metrics:
|
build-with-metrics:
|
||||||
|
|
Loading…
Reference in a new issue