From a71ffb102cb46e37ff4878bc53330cf0d3e9bcbd Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Sat, 21 Sep 2024 17:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20=E6=B7=BB=E5=8A=A0tests?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/bot_check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bot_check.yml b/.github/workflows/bot_check.yml index fd66959e..ac532629 100644 --- a/.github/workflows/bot_check.yml +++ b/.github/workflows/bot_check.yml @@ -5,11 +5,13 @@ on: branches: ["dev", "main"] paths: - zhenxun/** + - tests/** - bot.py pull_request: branches: ["dev", "main"] paths: - zhenxun/** + - tests/** - bot.py jobs: