You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ci: workflow modifications
This commit is contained in:
4
.github/workflows/build-lkm.yml
vendored
4
.github/workflows/build-lkm.yml
vendored
@@ -1,11 +1,11 @@
|
||||
name: Build LKM for KernelSU
|
||||
on:
|
||||
push:
|
||||
branches: ["main", "ci", "checkci"]
|
||||
branches: [ "next" ]
|
||||
paths:
|
||||
- ".github/workflows/build-lkm.yml"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
branches: [ "next" ]
|
||||
paths:
|
||||
- ".github/workflows/build-lkm.yml"
|
||||
workflow_call:
|
||||
|
||||
Reference in New Issue
Block a user