mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
parent
f2c20b84bf
commit
38976589ec
8
.github/workflows/bot_check.yml
vendored
8
.github/workflows/bot_check.yml
vendored
@ -3,8 +3,16 @@ name: 检查bot是否运行正常
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["dev", "main"]
|
branches: ["dev", "main"]
|
||||||
|
paths:
|
||||||
|
- zhenxun/**
|
||||||
|
- tests/**
|
||||||
|
- bot.py
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["dev", "main"]
|
branches: ["dev", "main"]
|
||||||
|
paths:
|
||||||
|
- zhenxun/**
|
||||||
|
- tests/**
|
||||||
|
- bot.py
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bot-check:
|
bot-check:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user