Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/on_pr_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- master
- main
paths-ignore:
- README.md
- .github/on_pr_lint.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on_push_to_master_test_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- main

concurrency:
group: site_building
Expand Down
2 changes: 1 addition & 1 deletion admin/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down