Skip to content

Commit

Permalink
github: only run android simple-chatbot worflow if android example mo…
Browse files Browse the repository at this point in the history
…dified
  • Loading branch information
aconchillo committed Jan 12, 2025
1 parent a8ae798 commit ace0e4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- main
paths:
- "examples/simple-chatbot/examples/android/**"
pull_request:
branches:
- "**"
paths:
- "examples/simple-chatbot/examples/android/**"
workflow_dispatch:
inputs:
sdk_git_ref:
Expand Down

0 comments on commit ace0e4e

Please sign in to comment.