fix(ci): trigger iOS builds for toolchain changes
This commit is contained in:
parent
815536c93f
commit
dd99acf8ef
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ on:
|
|||
branches:
|
||||
- "**"
|
||||
paths:
|
||||
- ".github/actions/setup-xcode/**"
|
||||
- ".github/workflows/build-ios.yml"
|
||||
- "apps/mobile/**"
|
||||
- "pnpm-lock.yaml"
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in New Issue