Don't build the firmware when only docs were modified (#1198)
This commit is contained in:
@@ -5,8 +5,14 @@ name: Build PineTime LVGL Simulator
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- 'images/**'
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- 'images/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -8,8 +8,14 @@ name: Build PineTime Firmware
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- 'images/**'
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- 'images/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user