mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
ci(build): don't build on every pull request unrelated to application
This commit is contained in:
parent
14f765f4b4
commit
f5e45ead26
7
.github/workflows/pr-build.yml
vendored
7
.github/workflows/pr-build.yml
vendored
@ -2,7 +2,12 @@ name: PR Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
paths:
|
||||
- "android/**"
|
||||
- "assets/**"
|
||||
- "fastlane/**"
|
||||
- "lib/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user