Only run lv_sim GH Actions on push to develop and master

main
FintasticMan 2022-05-10 21:19:36 +07:00 committed by JF
parent 4cb07bac53
commit 8485cdb54d
1 changed files with 2 additions and 2 deletions

@ -6,9 +6,9 @@ name: Build PineTime LVGL Simulator
# When to run this Workflow... # When to run this Workflow...
on: on:
# Run on all branches # Run this Workflow when files are updated (Pushed) in the "master" and "develop" Branch
push: push:
branches: [] branches: [ master, develop ]
# Also run this Workflow when a Pull Request is created or updated in the "master" and "develop" Branch # Also run this Workflow when a Pull Request is created or updated in the "master" and "develop" Branch
pull_request: pull_request: