From fb7353d70250468b05487e7dc00163042cc777f6 Mon Sep 17 00:00:00 2001 From: lamya1baidouri Date: Wed, 1 Jan 2025 20:41:14 +0100 Subject: [PATCH] add pipeline before optimization --- .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 f9d1a54ee..17c130954 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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