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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "android/**"
|
||||||
|
- "assets/**"
|
||||||
|
- "fastlane/**"
|
||||||
|
- "lib/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user