mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00: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