skip .md only changes (#4251)
This commit is contained in:
parent
039d058770
commit
f3255180ec
1 changed files with 2 additions and 0 deletions
2
.github/workflows/clangify.yml
vendored
2
.github/workflows/clangify.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linter:
|
linter:
|
||||||
|
|
Loading…
Reference in a new issue