mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🐳 chore: 修改运行检查触发路径
This commit is contained in:
parent
983248374d
commit
346bea7d72
6
.github/workflows/bot_check.yml
vendored
6
.github/workflows/bot_check.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user