ci: ignore changes to .md files in gen_vc.yml
parent
365f9fcfc5
commit
980521824f
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
|
||||
jobs:
|
||||
build-vc:
|
||||
|
|
Loading…
Reference in New Issue