Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Aug 15, 2023
1 parent 65b8855 commit 91da4bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ on:
branches: [ master ]
paths:
- '.github/workflows/android-appcenter.yml'
- 'demo/binding/RhinoTestApp/**'
- 'binding/android/RhinoTestApp/**'
- 'resources/.test/**'
- 'resources/audio_samples/**'
pull_request:
branches: [ master, 'v[0-9]+.[0-9]+' ]
paths:
- '.github/workflows/android-appcenter.yml'
- 'demo/binding/RhinoTestApp/**'
- 'binding/android/RhinoTestApp/**'
- 'resources/.test/**'
- 'resources/audio_samples/**'

defaults:
run:
working-directory: demo/binding/RhinoTestApp
working-directory: binding/android/RhinoTestApp/

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
branches: [ master ]
paths:
- '.github/workflows/android-perf.yml'
- 'demo/binding/RhinoTestApp/**/build.gradle'
- 'binding/android/RhinoTestApp/**/build.gradle'
pull_request:
branches: [ master, 'v[0-9]+.[0-9]+' ]
paths:
- '.github/workflows/android-perf.yml'
- 'demo/binding/RhinoTestApp/**/build.gradle'
- 'binding/android/RhinoTestApp/**/build.gradle'

defaults:
run:
working-directory: demo/binding/RhinoTestApp
working-directory: binding/android/RhinoTestApp/

jobs:
build:
Expand Down

0 comments on commit 91da4bb

Please sign in to comment.