mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +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…
Reference in a new issue