fix: avoid builds and tests for changes to markdown (#9962)
This commit is contained in:
parent
c540b58474
commit
0cb3dcfd5c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue