summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lv_sim.yml6
-rw-r--r--.github/workflows/main.yml6
2 files changed, 12 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:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8d129726..eebd54bd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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: