Skip to content

Commit 86809bf

Browse files
Build upon pushes to main
1 parent c57c3fd commit 86809bf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build LVGL MicroPython on Linux
33
on:
44
push:
55
branches:
6-
- add-submodules
6+
- main
77

88
jobs:
99
build:

.github/workflows/macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Build LVGL MicroPython for MacOS
33
on:
44
push:
55
branches:
6-
- add-submodules
6+
- main
77
pull_request:
8-
branches: [add-submodules]
8+
branches:
9+
- main
910
workflow_dispatch:
1011

1112
jobs:

0 commit comments

Comments
 (0)