Skip to content

Commit b4c8efa

Browse files
committed
tmp - make it all run
Signed-off-by: Andy Doan <[email protected]>
1 parent f6b2883 commit b4c8efa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Linux kernel deb
22

33
on:
4+
pull_request:
5+
branches: [main]
46
# run weekly on Monday at 8:30am
57
schedule:
68
- cron: '30 8 * * 1'

.github/workflows/u-boot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build U-Boot for RB1
22

33
on:
4+
pull_request:
5+
branches: [main]
46
# allow manual runs
57
workflow_dispatch:
68

0 commit comments

Comments
 (0)