mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
ci(build): don't build on every pull request unrelated to application
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user