Build on master push

This commit is contained in:
topjohnwu 2025-03-02 01:17:18 -08:00 committed by John Wu
parent b94a3d9f2f
commit 8c3c7d0194

View File

@ -1,6 +1,16 @@
name: Magisk Build
on:
push:
branches: [master]
paths:
- "app/**"
- "native/**"
- "buildSrc/**"
- "build.py"
- "gradle.properties"
- "gradle/libs.versions.toml"
- ".github/workflows/build.yml"
pull_request:
branches: [master]
workflow_dispatch:
@ -71,6 +81,7 @@ jobs:
name: Test API ${{ matrix.version }} (x86_64)
runs-on: ubuntu-24.04
needs: build
if: ${{ github.event_name != 'push' }}
strategy:
fail-fast: false
matrix:
@ -117,6 +128,7 @@ jobs:
name: Test API ${{ matrix.version }} (x86)
runs-on: ubuntu-24.04
needs: build
if: ${{ github.event_name != 'push' }}
strategy:
fail-fast: false
matrix: