No CI when doc changes

This commit is contained in:
Jason2866 2021-10-25 20:53:51 +02:00 committed by GitHub
parent ae5e8d978b
commit 6c648b1998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: Tasmota ESP32 CI
on:
pull_request:
paths-ignore:
- '.github/**' # Ignore changes towards the .github directory
- '**.md' # Do no build if *.md files changes
jobs:
tasmota32: