From 8485cdb54deaf5b24827330c8dc4d3e6675c7d72 Mon Sep 17 00:00:00 2001 From: FintasticMan <52415484+FintasticMan@users.noreply.github.com> Date: Tue, 10 May 2022 21:19:36 +0200 Subject: Only run lv_sim GH Actions on push to develop and master --- .github/workflows/lv_sim.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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: -- cgit v1.2.3