ci(build): don't build on every pull request unrelated to application

This commit is contained in:
Pun Butrach 2023-08-10 19:14:13 +07:00 committed by GitHub
parent 14f765f4b4
commit f5e45ead26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,12 @@ name: PR Build
on:
pull_request:
paths:
- "android/**"
- "assets/**"
- "fastlane/**"
- "lib/**"
jobs:
build:
name: Build