mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
minimize needless CI check runs for non-code file changes
This commit is contained in:
parent
410c8ed049
commit
b2997d21b0
1 changed files with 16 additions and 0 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
|
@ -3,8 +3,24 @@ name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- 'app/**'
|
||||||
|
- 'buildSrc/**'
|
||||||
|
- '*.gradle.kts'
|
||||||
|
- 'gradle/**'
|
||||||
|
- 'gradle.properties'
|
||||||
|
- 'detekt.yml'
|
||||||
|
- '.github/workflows/build.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- 'app/**'
|
||||||
|
- 'buildSrc/**'
|
||||||
|
- '*.gradle.kts'
|
||||||
|
- 'gradle/**'
|
||||||
|
- 'gradle.properties'
|
||||||
|
- 'detekt.yml'
|
||||||
|
- '.github/workflows/build.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue