👷 CI: 优化触发条件减少无效运行 (#1545)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
uy/sun
2023-01-04 12:48:10 +08:00
committed by GitHub
parent f13c1cc980
commit ee5dcf0d42
2 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,10 @@ on:
branches:
- master
pull_request:
paths:
- "nonebot/**"
- "packages/**"
- "tests/**"
jobs:
test: