1
0
Fork 0
mirror of synced 2024-04-28 17:32:34 +12:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: