ci: Update CI to only run docs test when only docs changed. (#1596)

This commit is contained in:
Jason Lee 2025-11-14 11:55:28 +08:00 committed by GitHub
parent 70fa330748
commit 1375c8cd70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,9 @@
name: CI
on:
pull_request:
paths:
- "**"
- "!docs/**"
push:
branches:
- main