summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lv_sim.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml
index f054fc08..21b0cebf 100644
--- a/.github/workflows/lv_sim.yml
+++ b/.github/workflows/lv_sim.yml
@@ -6,9 +6,9 @@ name: Build PineTime LVGL Simulator
# When to run this Workflow...
on:
- # Run on all branches
+ # Run this Workflow when files are updated (Pushed) in the "master" and "develop" Branch
push:
- branches: []
+ branches: [ master, develop ]
# Also run this Workflow when a Pull Request is created or updated in the "master" and "develop" Branch
pull_request: