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:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user