ci(build): update event trigger

This add ".github/workflows/pr-build.yml" to build on every change to the CI Build to check if there's no error when it got modified.

And also remove "fastlane/**" because that's not related to the ReVanced Manager's code
This commit is contained in:
Pun Butrach 2023-08-12 13:56:18 +07:00 committed by GitHub
parent 372ce174c9
commit 4b0c8cecc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@ name: PR Build
on:
pull_request:
paths:
- ".github/workflows/pr-build.yml"
- "android/**"
- "assets/**"
- "fastlane/**"
- "lib/**"
jobs: