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

This commit is contained in:
Andelf
2022-11-22 17:23:49 +08:00
parent 7bce61ae6c
commit 5d711c957d

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'