fix: avoid builds and tests for changes to markdown (#9962)

This commit is contained in:
hongzhouzi 2023-05-21 06:26:18 +08:00 committed by GitHub
parent c540b58474
commit 0cb3dcfd5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ on:
paths-ignore:
- 'docs/**'
- 'deploy/**'
- '**.md'
push:
branches:
@ -14,6 +15,7 @@ on:
paths-ignore:
- 'docs/**'
- 'deploy/**'
- '**.md'
workflow_dispatch:
inputs: