Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lv_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down