mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: ignore changes in .md files for the vinix-build job
This commit is contained in:
parent
dbacf9cfab
commit
2158597831
4
.github/workflows/vinix-kernel.yml
vendored
4
.github/workflows/vinix-kernel.yml
vendored
@ -2,9 +2,13 @@ name: Build Vinix kernel
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
|
||||
jobs:
|
||||
vinix-build:
|
||||
|
Loading…
Reference in New Issue
Block a user