🐳 chore: 修改运行检查触发路径 (#1642)

* 🐳 chore: 修改运行检查触发路径

* 🐳 chore: 添加tests目录
This commit is contained in:
AkashiCoin 2024-09-21 18:01:45 +08:00 committed by GitHub
parent f2c20b84bf
commit 38976589ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: