From f4bf549b99197d70104abf5731ab1ccb67cc9a69 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:38:33 +0000 Subject: [PATCH] fix: change branch name from develop to dev in CI workflow Co-authored-by: elisiariocouto <818914+elisiariocouto@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9048ce..ffff635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ "main", "develop" ] + branches: [ "main", "dev" ] pull_request: - branches: [ "main", "develop" ] + branches: [ "main", "dev" ] jobs: test-python: