ci: ignore any .md file changes anywhere

This commit is contained in:
toast-gear 2021-06-08 18:29:17 +01:00 committed by GitHub
parent aa7d4c5ecc
commit 99f83a9bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on:
- master - master
paths-ignore: paths-ignore:
- "runner/**" - "runner/**"
- "*.md" - "**.md"
- ".gitignore" - ".gitignore"
jobs: jobs: