From b7f49188ad9e2c883cec6a605ee7490e68cbe829 Mon Sep 17 00:00:00 2001 From: youmetme <103353084+WangZhongDian@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:56:51 +0800 Subject: [PATCH] Dev fix (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * #feat 增强Fatal级别的底色,修改logging类的方法 * 更新版本号 * 加入test脚本 * fix:conanfile * test action * 修复错别字 --- .github/workflows/linux_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 5ea5b3a..88483ca 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -3,9 +3,9 @@ name: test on Linux on: push: - branches: ["mian"] + branches: ["main"] pull_request: - branches: ["mian"] + branches: ["main"] jobs: test: