From aced16456027f48427cd348fe8eb3bd8ba02d199 Mon Sep 17 00:00:00 2001 From: OMEGA_RAZER <869111+OMEGARAZER@users.noreply.github.com> Date: Sun, 1 Jan 2023 23:11:43 -0500 Subject: [PATCH] Update test.yml Corrects .md ignore and adds markdown lint files as there would be no need to trigger python tests from them. --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca32bb3..927d70a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,11 +4,15 @@ on: push: branches: [ master, development ] paths-ignore: - - "*.md" + - "**.md" + - ".markdown_style.rb" + - ".mdlrc" pull_request: branches: [ master, development ] paths-ignore: - - "*.md" + - "**.md" + - ".markdown_style.rb" + - ".mdlrc" jobs: test: