fix(ci): trigger iOS builds for toolchain changes

This commit is contained in:
DIYgod 2026-07-11 10:16:55 +08:00
parent 815536c93f
commit dd99acf8ef
2 changed files with 5 additions and 0 deletions

View File

@ -5,10 +5,13 @@ on:
branches:
- "**"
paths:
- ".github/actions/setup-xcode/**"
- ".github/workflows/build-ios-development.yml"
- "apps/mobile/web-app/**"
- "apps/mobile/native/**"
- "apps/mobile/package.json"
- "apps/mobile/app.config.ts"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -5,6 +5,8 @@ on:
branches:
- "**"
paths:
- ".github/actions/setup-xcode/**"
- ".github/workflows/build-ios.yml"
- "apps/mobile/**"
- "pnpm-lock.yaml"
workflow_dispatch: