From c781a0c33a8dec9c82bd6b047e44229870c007eb Mon Sep 17 00:00:00 2001
From: Nicolas Mathieu <81897925+nmathieufact@users.noreply.github.com>
Date: Tue, 26 Mar 2024 15:30:19 +0100
Subject: [PATCH] fix: branch name change on CI file (#24)

---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f542b8b..25dec71 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -3,7 +3,7 @@ name: CI
 on:
   push:
     branches:
-      - 'develop'
+      - 'dev'
   pull_request:
     branches:
       - '*'