index
:
linux-qemu-test.git
Build Linux Kernel/Modules/musl/BusyBox and run it on QEMU.
log msg
author
committer
range
main
about
summary
refs
log
tree
commit
diff
path:
root
/
.github
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '.github')
-rw-r--r--
.github/workflows/build.yml
7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b79667a..e8b7fdd 100644
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@ -2,13 +2,16 @@ name: Build
on:
push:
branches:
- - master
+ - main
pull_request:
branches:
- - master
+ - main
types: [opened, synchronize, reopened]
release:
types: [created]
+ schedule:
+ - cron: "0 13 * * 1"
+
jobs:
test:
name: ${{ matrix.os }}