Update test.yml

Corrects .md ignore and adds markdown lint files as there would be no need to trigger python tests from them.
This commit is contained in:
OMEGA_RAZER
2023-01-01 23:11:43 -05:00
committed by GitHub
parent 8fffa20795
commit aced164560

View File

@@ -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: