From bc7de50c2df6d1cac0be1e947806363409d52fc2 Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Sun, 10 Mar 2024 11:51:19 +0100 Subject: [PATCH] Change main to be the main branch --- .github/workflows/build.yml | 4 ++-- .github/workflows/docc.yml | 2 +- Fastlane/Fastfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 692f294..a66f3fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,9 @@ name: Build Runner on: push: - branches: ["master"] + branches: ["main"] pull_request: - branches: ["master"] + branches: ["main"] env: SCHEME: OnboardingKit diff --git a/.github/workflows/docc.yml b/.github/workflows/docc.yml index d031282..e086478 100644 --- a/.github/workflows/docc.yml +++ b/.github/workflows/docc.yml @@ -6,7 +6,7 @@ name: DocC Runner on: push: - branches: ["master"] + branches: ["main"] # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: diff --git a/Fastlane/Fastfile b/Fastlane/Fastfile index 083d482..59dbfbd 100644 --- a/Fastlane/Fastfile +++ b/Fastlane/Fastfile @@ -5,7 +5,7 @@ default_platform :ios platform :ios do name = "OnboardingKit" - main_branch = "master" + main_branch = "main" # Build ==================