chore: disable Xcode Cloud and using GitHub action to make the TestFlight build
This commit is contained in:
parent
1f63f68014
commit
9e1140dc78
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- develop
|
||||
- release*
|
||||
- ci-test
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -6,6 +6,9 @@ on:
|
|||
- master
|
||||
- develop
|
||||
- feature/*
|
||||
- feature-*
|
||||
- issue/*
|
||||
- issue-*
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
|
|
Loading…
Reference in New Issue