1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: ignore changes to .md files in gen_vc.yml

This commit is contained in:
Delyan Angelov 2021-04-14 10:58:16 +03:00
parent 365f9fcfc5
commit 980521824f
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- master - master
paths-ignore:
- "**.md"
jobs: jobs:
build-vc: build-vc: