Disable CI on master push

Changes should be done through PRs for CI
This commit is contained in:
topjohnwu 2024-12-11 16:09:10 -08:00 committed by John Wu
parent 2e86d21c29
commit dc2ae7cfd1

View File

@ -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