chore: disable Xcode Cloud and using GitHub action to make the TestFlight build

This commit is contained in:
CMK 2022-11-16 20:20:42 +08:00
parent 1f63f68014
commit 9e1140dc78
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- release*
- ci-test
jobs:

View File

@ -6,6 +6,9 @@ on:
- master
- develop
- feature/*
- feature-*
- issue/*
- issue-*
pull_request:
branches:
- develop