Only run CI when it matters

This commit is contained in:
topjohnwu
2020-12-28 16:38:25 -08:00
parent 6d88d8ad95
commit 1c325459eb
2 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,13 @@ name: Magisk Build
on:
push:
branches: [ master ]
paths:
- 'app/**'
- 'native/**'
- 'stub/**'
- 'buildSrc/**'
- 'build.py'
- 'gradle.properties'
pull_request:
branches: [ master ]
workflow_dispatch: