From 493de613862163827eec683a4cc2115c234b3cec Mon Sep 17 00:00:00 2001 From: Icenowy Zheng Date: Mon, 1 May 2023 23:20:20 +0800 Subject: [PATCH] ci: run on pull requests Signed-off-by: Icenowy Zheng --- .github/workflows/kernel.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index c90de1d56..3c2a001fe 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -2,6 +2,7 @@ name: revyos-kernel-build on: push: + pull_request: workflow_dispatch: schedule: - cron: "0 2 * * *" @@ -101,4 +102,4 @@ jobs: name: kernel.tar.gz path: kernel.tar.gz retention-days: 30 - \ No newline at end of file +