Skip to content

Commit

Permalink
ci(build): don't build on every pull request unrelated to application
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Aug 10, 2023
1 parent 14f765f commit f5e45ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: PR Build

on:
pull_request:

paths:
- "android/**"
- "assets/**"
- "fastlane/**"
- "lib/**"

jobs:
build:
name: Build
Expand Down

0 comments on commit f5e45ea

Please sign in to comment.