From e7c9a7a0c236985dacf9680c322961a986e52b57 Mon Sep 17 00:00:00 2001 From: guidari Date: Wed, 21 Aug 2024 16:56:28 -0300 Subject: [PATCH] fix: changed branch --- .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 ac48ffef6e92..441a74c59b55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: ci on: push: branches: - - main + - main-codecov pull_request: branches: - - main + - main-codecov merge_group: types: [checks_requested]