summaryrefslogtreecommitdiff
path: root/.github/workflows/lv_sim.yml
diff options
context:
space:
mode:
authorFintasticMan <52415484+FintasticMan@users.noreply.github.com>2022-05-10 21:19:36 +0200
committerJF <JF002@users.noreply.github.com>2022-05-14 12:21:35 +0200
commit8485cdb54deaf5b24827330c8dc4d3e6675c7d72 (patch)
tree14c70d22e1a1b8f879e9945528694b70b09e3976 /.github/workflows/lv_sim.yml
parent4cb07bac5342fd583e23e1643c2e95f649dc9c59 (diff)
Only run lv_sim GH Actions on push to develop and master
Diffstat (limited to '.github/workflows/lv_sim.yml')
-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: