From 38976589eca2309f3518adb208a52078ae1abf45 Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Sat, 21 Sep 2024 18:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=A3=80=E6=9F=A5=E8=A7=A6=E5=8F=91=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=20(#1642)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐳 chore: 修改运行检查触发路径 * 🐳 chore: 添加tests目录 --- .github/workflows/bot_check.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/bot_check.yml b/.github/workflows/bot_check.yml index f47d41062..ac532629e 100644 --- a/.github/workflows/bot_check.yml +++ b/.github/workflows/bot_check.yml @@ -3,8 +3,16 @@ name: 检查bot是否运行正常 on: push: branches: ["dev", "main"] + paths: + - zhenxun/** + - tests/** + - bot.py pull_request: branches: ["dev", "main"] + paths: + - zhenxun/** + - tests/** + - bot.py jobs: bot-check: