ci: ignore changes in .md files for the vinix-build job

pull/11005/head
Delyan Angelov 2021-07-31 06:33:25 +03:00
parent dbacf9cfab
commit 2158597831
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 4 additions and 0 deletions

View File

@ -2,9 +2,13 @@ name: Build Vinix kernel
on:
pull_request:
paths-ignore:
- "**.md"
push:
branches:
- master
paths-ignore:
- "**.md"
jobs:
vinix-build: