From 4b0c8cecc89c6f6d4b1feaf61d3b12a13f1be5d3 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sat, 12 Aug 2023 13:56:18 +0700 Subject: [PATCH] ci(build): update event trigger This add ".github/workflows/pr-build.yml" to build on every change to the CI Build to check if there's no error when it got modified. And also remove "fastlane/**" because that's not related to the ReVanced Manager's code --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index f889490f..d8ec9809 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -3,9 +3,9 @@ name: PR Build on: pull_request: paths: + - ".github/workflows/pr-build.yml" - "android/**" - "assets/**" - - "fastlane/**" - "lib/**" jobs: