diff --git a/.github/workflows/bot_check.yml b/.github/workflows/bot_check.yml index f47d4106..ac532629 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: