Skip to content

Commit 7ad09f0

Browse files
authored
Exclude core-unittests from Android workflow triggers (#4037)
1 parent 99d1255 commit 7ad09f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scripts-android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ name: Test Android build scripts
2020
- 'Ports/Android/**'
2121
- '!Ports/Android/**/*.md'
2222
- 'maven/**'
23+
- '!maven/core-unittests/**'
2324
- 'tests/**'
2425
- '!tests/**/*.md'
2526
- '!docs/**'
@@ -43,6 +44,7 @@ name: Test Android build scripts
4344
- 'Ports/Android/**'
4445
- '!Ports/Android/**/*.md'
4546
- 'maven/**'
47+
- '!maven/core-unittests/**'
4648
- 'tests/**'
4749
- '!tests/**/*.md'
4850
- '!docs/**'

0 commit comments

Comments
 (0)