Skip to content

Commit 1e13ac6

Browse files
authored
Merge pull request #105 from orionrobots/prepare-for-main-rename
Prepare to rename main
2 parents da43058 + c17107f commit 1e13ac6

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
paths-ignore:
78
- README.md
89
- .github/on_pr_lint.yaml

.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)