ci: next branch workflow

This commit is contained in:
Rifat Azad
2025-01-03 11:17:55 +06:00
parent a06d4c8e3e
commit cd1dba5fe4
8 changed files with 15 additions and 15 deletions

View File

@@ -1,14 +1,14 @@
name: Build Kernel - Android 12
on:
push:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-kernel-a12.yml"
- ".github/workflows/gki-kernel.yml"
- ".github/scripts/build_a12.sh"
- "kernel/**"
pull_request:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-kernel-a12.yml"
- ".github/workflows/gki-kernel.yml"

View File

@@ -1,14 +1,14 @@
name: Build Kernel - Android 13
on:
push:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-kernel-a13.yml"
- ".github/workflows/gki-kernel.yml"
- ".github/scripts/build_a13.sh"
- "kernel/**"
pull_request:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-kernel-a13.yml"
- ".github/workflows/gki-kernel.yml"

View File

@@ -1,14 +1,14 @@
name: Build Kernel - Android 14
on:
push:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-kernel-a14.yml"
- ".github/workflows/gki-kernel.yml"
- ".github/scripts/build_a13.sh"
- "kernel/**"
pull_request:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-kernel-a14.yml"
- ".github/workflows/gki-kernel.yml"

View File

@@ -1,14 +1,14 @@
name: Build Kernel - Android 15
on:
push:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-kernel-a15.yml"
- ".github/workflows/gki-kernel.yml"
- ".github/scripts/build_a13.sh"
- "kernel/**"
pull_request:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-kernel-a15.yml"
- ".github/workflows/gki-kernel.yml"

View File

@@ -1,11 +1,11 @@
name: Build LKM for KernelSU-Next
on:
push:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-lkm.yml"
pull_request:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- ".github/workflows/build-lkm.yml"
workflow_call:

View File

@@ -2,14 +2,14 @@ name: Build Manager
on:
push:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- '.github/workflows/build-manager.yml'
- 'manager/**'
- 'kernel/**'
- 'userspace/ksud/**'
pull_request:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- 'manager/**'
workflow_call:

View File

@@ -1,13 +1,13 @@
name: Build SU
on:
push:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- '.github/workflows/build-su.yml'
- 'userspace/su/**'
- 'scripts/ksubot.py'
pull_request:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- 'userspace/su/**'
jobs:

View File

@@ -1,7 +1,7 @@
name: Build susfsd
on:
push:
branches: [ "magic" ]
branches: [ "next" ]
paths:
- '.github/workflows/susfsd.yml'
- 'userspace/susfsd/**'