From 6233b030669bbdb613e7e1b032b961989a9a1edc Mon Sep 17 00:00:00 2001 From: lamya1baidouri Date: Mon, 3 Feb 2025 11:29:44 +0100 Subject: [PATCH] run basic pipeline.yml --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: