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