Skip to content

Commit

Permalink
ci(build): update event trigger
Browse files Browse the repository at this point in the history
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
  • Loading branch information
validcube committed Aug 12, 2023
1 parent 372ce17 commit 4b0c8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: PR Build
on:
pull_request:
paths:
- ".github/workflows/pr-build.yml"
- "android/**"
- "assets/**"
- "fastlane/**"
- "lib/**"

jobs:
Expand Down

0 comments on commit 4b0c8ce

Please sign in to comment.