diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f5f3ce818..97e9e0ee5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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: