From 99f83a9bf0de543e90464393d7652106be7c9214 Mon Sep 17 00:00:00 2001 From: toast-gear <15716903+toast-gear@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:29:17 +0100 Subject: [PATCH] ci: ignore any .md file changes anywhere --- .github/workflows/wip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wip.yml b/.github/workflows/wip.yml index b8b8fa19..02532c53 100644 --- a/.github/workflows/wip.yml +++ b/.github/workflows/wip.yml @@ -4,7 +4,7 @@ on: - master paths-ignore: - "runner/**" - - "*.md" + - "**.md" - ".gitignore" jobs: