ci: skip docs-only changes

This commit is contained in:
chengyongru
2026-06-18 22:47:43 +08:00
committed by Xubin Ren
parent 8ca3f42a3b
commit 2d86094fc7
+4
View File
@@ -3,8 +3,12 @@ name: Test Suite
on:
push:
branches: [main]
paths-ignore:
- docs/**
pull_request:
branches: [main]
paths-ignore:
- docs/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}