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 for magic branch
This commit is contained in:
4
.github/workflows/build-su.yml
vendored
4
.github/workflows/build-su.yml
vendored
@@ -1,13 +1,13 @@
|
||||
name: Build SU
|
||||
on:
|
||||
push:
|
||||
branches: [ "next" ]
|
||||
branches: [ "magic" ]
|
||||
paths:
|
||||
- '.github/workflows/build-su.yml'
|
||||
- 'userspace/su/**'
|
||||
- 'scripts/ksubot.py'
|
||||
pull_request:
|
||||
branches: [ "next" ]
|
||||
branches: [ "magic" ]
|
||||
paths:
|
||||
- 'userspace/su/**'
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user