ci(ios): try build ios when package.json changed

pull/7415/head
Andelf 2022-11-22 17:23:49 +08:00
parent 7bce61ae6c
commit 5d711c957d
1 changed files with 2 additions and 0 deletions

View File

@ -8,10 +8,12 @@ on:
branches: [master]
paths:
- 'ios/App'
- package.json
pull_request:
branches: [master]
paths:
- 'ios/App'
- package.json
env:
CLOJURE_VERSION: '1.10.1.763'