Actions: Change for next branch
Signed-off-by: kingbri <bdashore3@gmail.com>
This commit is contained in:
parent
4deb853e01
commit
1bf64a8934
2 changed files with 2 additions and 2 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Build and upload nightly ipa
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [default]
|
||||
branches: [next]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ Xcode 14 must be used since Ferrite requires some iOS 16 APIs that are not prese
|
|||
There is currently one branch in the repository:
|
||||
|
||||
- default: The current working branch. This will change in the future once a stable version is released.
|
||||
- next: The development branch. Nightlies are automatically built here.
|
||||
|
||||
## Nightly builds
|
||||
|
||||
|
|
@ -56,7 +57,6 @@ If you have issues with the app:
|
|||
|
||||
- Describe the issue in detail
|
||||
- If you have a feature request, please indicate it as so. Planned features are in a different section of the README, so be sure to read those before submitting.
|
||||
If you want to make custom icons for the app:
|
||||
- Please join [the discord](https://discord.gg/sYQxnuD7Fj) for more info
|
||||
|
||||
## Developers and Permissions
|
||||
|
|
|
|||
Loading…
Reference in a new issue