Skip to content

Commit

Permalink
🐳 chore: 修改运行检查触发路径 (HibiKier#1642)
Browse files Browse the repository at this point in the history
* 🐳 chore: 修改运行检查触发路径

* 🐳 chore: 添加tests目录
  • Loading branch information
AkashiCoin authored Sep 21, 2024
1 parent f2c20b8 commit 3897658
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bot_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3897658

Please sign in to comment.