mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-14 05:41:12 +00:00
add pipeline before optimization
This commit is contained in:
parent
b7ae2bef5a
commit
fb7353d702
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: CI/CD Pipeline with Monitoring
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ pipeline-optimization ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ pipeline-optimization ]
|
||||
|
||||
env:
|
||||
PROMETHEUS_URL: http://localhost:9090
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue