From f9479c5e93fd33c9856ad4d3ed41a1c801520d8c Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:34:09 -0600 Subject: [PATCH] Update CI workflow to trigger on feature branch --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5f21659..95fb11b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} triggered CI pipeline on: push: - branches: [main, develop] + branches: [main, develop, "adilallo/enhancement/TestingFramework"] pull_request: branches: [main, develop]