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 56dbe2112c
commit 962e4b5891

View file

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