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

This commit is contained in:
AkashiCoin 2024-09-21 17:39:15 +08:00
parent 983248374d
commit 346bea7d72

View File

@ -3,8 +3,14 @@ name: 检查bot是否运行正常
on:
push:
branches: ["dev", "main"]
paths:
- zhenxun/**
- bot.py
pull_request:
branches: ["dev", "main"]
paths:
- zhenxun/**
- bot.py
jobs:
bot-check: