Skip to content

Commit

Permalink
ci: add pull request paths
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytran998 committed May 10, 2024
1 parent febd402 commit c429683
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- ".github/workflows/ci.mobile.yml"
branches: ["dev", "release/*"]
pull_request:
paths:
- "apps/mobile/**"
- ".github/workflows/ci.mobile.yml"
branches: ["dev", "release/*"]

jobs:
Expand Down

0 comments on commit c429683

Please sign in to comment.