From 1bf64a8934eeed68d50aeba3f404aa70b1d8f53b Mon Sep 17 00:00:00 2001 From: kingbri Date: Sun, 28 Aug 2022 14:48:08 -0400 Subject: [PATCH] Actions: Change for next branch Signed-off-by: kingbri --- .github/workflows/nightly.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1cd34fa..c4f281d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -2,7 +2,7 @@ name: Build and upload nightly ipa on: push: - branches: [default] + branches: [next] jobs: build: diff --git a/README.md b/README.md index ff90122..49cd3f1 100644 --- a/README.md +++ b/README.md @@ -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