mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
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:
parent
372ce174c9
commit
4b0c8cecc8
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@ -3,9 +3,9 @@ name: PR Build
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/pr-build.yml"
|
||||
- "android/**"
|
||||
- "assets/**"
|
||||
- "fastlane/**"
|
||||
- "lib/**"
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user