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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
- release*
|
||||||
- ci-test
|
- ci-test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -6,6 +6,9 @@ on:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- feature/*
|
- feature/*
|
||||||
|
- feature-*
|
||||||
|
- issue/*
|
||||||
|
- issue-*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
|
Loading…
Reference in New Issue