Skip to content

Commit 54da7bc

Browse files
committed
Added missing paths to CI
1 parent 15a2bd1 commit 54da7bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scripts-ios.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ on:
2222
- 'tests/**'
2323
- '!tests/**/*.md'
2424
- '!docs/**'
25+
- 'maven/**'
26+
- '!maven/core-unittests/**'
2527
push:
2628
branches: [ master ]
2729
paths:
@@ -44,6 +46,8 @@ on:
4446
- 'tests/**'
4547
- '!tests/**/*.md'
4648
- '!docs/**'
49+
- 'maven/**'
50+
- '!maven/core-unittests/**'
4751

4852
jobs:
4953
build-ios:

0 commit comments

Comments
 (0)