Skip to content

Commit de99525

Browse files
committed
Prepare to rename main
1 parent 6e357cf commit de99525

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/on_pr_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches:
55
- master
6+
- main
67

78
jobs:
89
build_site:

.github/workflows/on_push_to_master_test_and_deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78

89
concurrency:
910
group: site_building

admin/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
backend:
22
name: github
33
repo: orionrobots/orionrobots.github.io
4-
branch: master
4+
branch: main
55
base_url: https://github-oauth2.orionrobots.co.uk
66
# This line should *not* be indented (for draft/review/publish workflow)
77
# publish_mode: editorial_workflow

0 commit comments

Comments
 (0)