Skip to content

Commit

Permalink
Change main to be the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Mar 10, 2024
1 parent 0cfc46b commit bc7de50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -5,9 +5,9 @@ name: Build Runner

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master"]
branches: ["main"]

env:
SCHEME: OnboardingKit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docc.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Fastlane/Fastfile
Expand Up @@ -5,7 +5,7 @@ default_platform :ios
platform :ios do

name = "OnboardingKit"
main_branch = "master"
main_branch = "main"


# Build ==================
Expand Down

0 comments on commit bc7de50

Please sign in to comment.