No CI on doc changes

This commit is contained in:
Jason2866 2021-10-25 20:52:43 +02:00 committed by GitHub
parent 0e4777e966
commit ae5e8d978b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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