We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b2883 commit b4c8efaCopy full SHA for b4c8efa
.github/workflows/linux.yml
@@ -1,6 +1,8 @@
1
name: Build Linux kernel deb
2
3
on:
4
+ pull_request:
5
+ branches: [main]
6
# run weekly on Monday at 8:30am
7
schedule:
8
- cron: '30 8 * * 1'
.github/workflows/u-boot.yml
name: Build U-Boot for RB1
# allow manual runs
workflow_dispatch:
0 commit comments