No build by changes of *.md files

This commit is contained in:
Jason2866 2021-08-09 13:04:12 +02:00 committed by GitHub
parent e6cb80def3
commit e97f1eb8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
branches: development
paths-ignore:
- '.github/**' # Ignore changes towards the .github directory
- '**.md' # Do no build if *.md files changes
jobs: