From 9ff3d0e79ccb682b233b2c7d23766563730feb20 Mon Sep 17 00:00:00 2001 From: dudaodong Date: Thu, 29 Feb 2024 11:25:20 +0800 Subject: [PATCH] create rc branch for release candidate --- .github/workflows/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8f4a2b3..526728e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -3,9 +3,11 @@ on: push: branches: - main + - rc pull_request: branches: - main + - rc jobs: build: runs-on: ubuntu-latest