[skip ci] skip build workflows if only Markdown files are modified
This commit is contained in:
parent
616f8a2db2
commit
5e94b6dc08
|
@ -2,6 +2,8 @@ name: PR build check
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
check_wrapper:
|
||||
|
|
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
check_wrapper:
|
||||
|
|
Loading…
Reference in New Issue