Skip to content

Commit e7cf0d5

Browse files
authored
fix: wrong path in gh workflow for SampleApp (#2643)
1 parent 54fe1b7 commit e7cf0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- '.github/workflows/sample-distribution.yml'
1111
- 'package/**'
12-
- 'packages/examples/SampleApp/**'
12+
- 'examples/SampleApp/**'
1313

1414
jobs:
1515
build_and_deploy_ios_testflight_qa:

0 commit comments

Comments
 (0)