mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-13 03:34:29 +00:00
Disable CI on master push
Changes should be done through PRs for CI
This commit is contained in:
parent
2e86d21c29
commit
dc2ae7cfd1
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -1,15 +1,6 @@
|
|||||||
name: Magisk Build
|
name: Magisk Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [master]
|
|
||||||
paths:
|
|
||||||
- "app/**"
|
|
||||||
- "native/**"
|
|
||||||
- "buildSrc/**"
|
|
||||||
- "build.py"
|
|
||||||
- "gradle.properties"
|
|
||||||
- ".github/workflows/build.yml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -163,7 +154,7 @@ jobs:
|
|||||||
kernel.log
|
kernel.log
|
||||||
logcat.log
|
logcat.log
|
||||||
|
|
||||||
cf_test:
|
cf-test:
|
||||||
name: Test ${{ matrix.device }}
|
name: Test ${{ matrix.device }}
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: build
|
needs: build
|
||||||
|
Loading…
Reference in New Issue
Block a user