We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7460fc0 commit 8ec59f4Copy full SHA for 8ec59f4
.github/workflows/android-upload.yml
@@ -6,18 +6,12 @@ on:
6
branches: [ main ]
7
paths:
8
- '.github/workflows/android-upload.yml'
9
- - 'demo/android/**'
10
- - 'binding/android/**'
11
- - '!demo/android/EagleDemo/README.md'
12
- - '!binding/android/README.md'
+ - 'demo/android/**/build.gradle'
13
pull_request:
14
branches: [ main, 'v[0-9]+.[0-9]+' ]
15
16
17
- - 'demo/android/EagleDemo/**'
18
19
20
+ - 'demo/android/EagleDemo/**/build.gradle'
21
22
jobs:
23
upload-demo:
0 commit comments