From 215859783178bc244c70f23e9933752274c27111 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 31 Jul 2021 06:33:25 +0300 Subject: [PATCH] ci: ignore changes in .md files for the vinix-build job --- .github/workflows/vinix-kernel.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/vinix-kernel.yml b/.github/workflows/vinix-kernel.yml index de79d9976d..cbacd77c49 100644 --- a/.github/workflows/vinix-kernel.yml +++ b/.github/workflows/vinix-kernel.yml @@ -2,9 +2,13 @@ name: Build Vinix kernel on: pull_request: + paths-ignore: + - "**.md" push: branches: - master + paths-ignore: + - "**.md" jobs: vinix-build: