mirror of https://github.com/arendst/Tasmota.git
No CI when doc changes
This commit is contained in:
parent
ae5e8d978b
commit
6c648b1998
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue