Don't build the firmware when only docs were modified (#1198)
This commit is contained in:
parent
ec8a845052
commit
b9f5a0745d
6
.github/workflows/lv_sim.yml
vendored
6
.github/workflows/lv_sim.yml
vendored
|
@ -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:
|
||||
|
|
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user