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: on:
push: push:
branches: [main] branches: [main]
paths-ignore:
- docs/**
pull_request: pull_request:
branches: [main] branches: [main]
paths-ignore:
- docs/**
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}