aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lv_sim.yml
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-07-05 09:22:29 +0300
committerGitHub <noreply@github.com>2022-07-05 09:22:29 +0300
commitb9f5a0745d74db8a0dc7b439821f9b3a19b43b7a (patch)
tree79f7bc0f4a1e41a90ede16b8c6aff38eba4fa3e3 /.github/workflows/lv_sim.yml
parentec8a84505277f2dbaaa957947d432ea03758f9bf (diff)
Don't build the firmware when only docs were modified (#1198)
Diffstat (limited to '.github/workflows/lv_sim.yml')
-rw-r--r--.github/workflows/lv_sim.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml
index aa71260f..90ba4a76 100644
--- a/.github/workflows/lv_sim.yml
+++ b/.github/workflows/lv_sim.yml
@@ -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: