From 7ef80c8e781058dff85afb20248f7a02056de349 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 16 Sep 2023 11:16:35 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20chore(ci.yml):=20update=20branch?= =?UTF-8?q?=20configuration=20for=20CI/CD=20pipeline=20to=20include=20'dev?= =?UTF-8?q?'=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf79d64d0..76bedb6ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,10 @@ name: CI/CD Pipeline on: push: branches: - - main + - dev pull_request: branches: + - dev - main jobs: