chore(ci): ignore markdown files for ci
This commit is contained in:
parent
f60b7f321f
commit
0e4962a9e8
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -9,6 +9,7 @@ on:
|
||||
- '.vscode/**'
|
||||
- 'contrib/**'
|
||||
- 'docs/**'
|
||||
- '*.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
@ -17,6 +18,7 @@ on:
|
||||
- '.vscode/**'
|
||||
- 'contrib/**'
|
||||
- 'docs/**'
|
||||
- '*.md'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user