Skip to content

Commit 8ec59f4

Browse files
committed
detects only build and workflow file changes
1 parent 7460fc0 commit 8ec59f4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/android-upload.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,12 @@ on:
66
branches: [ main ]
77
paths:
88
- '.github/workflows/android-upload.yml'
9-
- 'demo/android/**'
10-
- 'binding/android/**'
11-
- '!demo/android/EagleDemo/README.md'
12-
- '!binding/android/README.md'
9+
- 'demo/android/**/build.gradle'
1310
pull_request:
1411
branches: [ main, 'v[0-9]+.[0-9]+' ]
1512
paths:
1613
- '.github/workflows/android-upload.yml'
17-
- 'demo/android/EagleDemo/**'
18-
- 'binding/android/**'
19-
- '!demo/android/EagleDemo/README.md'
20-
- '!binding/android/README.md'
14+
- 'demo/android/EagleDemo/**/build.gradle'
2115

2216
jobs:
2317
upload-demo:

0 commit comments

Comments
 (0)