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:
4
.github/workflows/vinix-kernel.yml
vendored
4
.github/workflows/vinix-kernel.yml
vendored
@@ -2,9 +2,13 @@ name: Build Vinix kernel
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- "**.md"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- "**.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
vinix-build:
|
vinix-build:
|
||||||
|
|||||||
Reference in New Issue
Block a user