From de995258bb3cc8104b5b53568208efeb27ea177d Mon Sep 17 00:00:00 2001 From: Danny Staple Date: Fri, 18 Oct 2024 19:40:03 +0100 Subject: [PATCH] Prepare to rename main --- .github/workflows/on_pr_test.yaml | 1 + .github/workflows/on_push_to_master_test_and_deploy.yaml | 1 + admin/config.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on_pr_test.yaml b/.github/workflows/on_pr_test.yaml index 71f60aaa..430d79e1 100644 --- a/.github/workflows/on_pr_test.yaml +++ b/.github/workflows/on_pr_test.yaml @@ -3,6 +3,7 @@ on: pull_request: branches: - master + - main jobs: build_site: diff --git a/.github/workflows/on_push_to_master_test_and_deploy.yaml b/.github/workflows/on_push_to_master_test_and_deploy.yaml index 7aaec79c..dd9213b7 100644 --- a/.github/workflows/on_push_to_master_test_and_deploy.yaml +++ b/.github/workflows/on_push_to_master_test_and_deploy.yaml @@ -4,6 +4,7 @@ on: push: branches: - master + - main concurrency: group: site_building diff --git a/admin/config.yml b/admin/config.yml index 7021fffb..32961c81 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -1,7 +1,7 @@ backend: name: github repo: orionrobots/orionrobots.github.io - branch: master + branch: main base_url: https://github-oauth2.orionrobots.co.uk # This line should *not* be indented (for draft/review/publish workflow) # publish_mode: editorial_workflow