Kaynağa Gözat

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

Andelf 3 yıl önce
ebeveyn
işleme
5d711c957d
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      .github/workflows/build-ios.yml

+ 2 - 0
.github/workflows/build-ios.yml

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