From 590657892498bbb2b3fda8f036e045b98310c686 Mon Sep 17 00:00:00 2001 From: David Garcia Ruiz Date: Thu, 24 Jul 2025 10:01:28 +0200 Subject: [PATCH] chore(workflows): rename main branch pipeline to develop branch pipeline for clarity --- .github/workflows/develop-branch-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-branch-pipeline.yml b/.github/workflows/develop-branch-pipeline.yml index a7e5cf6..f82c8d7 100644 --- a/.github/workflows/develop-branch-pipeline.yml +++ b/.github/workflows/develop-branch-pipeline.yml @@ -1,4 +1,4 @@ -name: 🚀 Main Branch Pipeline +name: 🚀 Develop Branch Pipeline on: pull_request: