Skip to content

Commit

Permalink
fix: wrong path in gh workflow for SampleApp
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Aug 29, 2024
1 parent 54fe1b7 commit 09e8104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- '.github/workflows/sample-distribution.yml'
- 'package/**'
- 'packages/examples/SampleApp/**'
- 'examples/SampleApp/**'

jobs:
build_and_deploy_ios_testflight_qa:
Expand Down

0 comments on commit 09e8104

Please sign in to comment.