Skip to content

Commit

Permalink
Rename branch to main (#57)
Browse files Browse the repository at this point in the history
* [INFRA-1230] Rename branch to main

* Fix docs build
  • Loading branch information
mariechatfield authored Jul 20, 2021
1 parent 920aa5d commit 61d4c81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
paths:
- node_modules
- cypress_tests
build_master:
build_main:
docker:
- image: circleci/node:10
environment:
Expand Down Expand Up @@ -103,11 +103,11 @@ workflows:
filters:
branches:
ignore:
- master
build_master:
- main
build_main:
jobs:
- build_master:
- build_main:
filters:
branches:
only:
- master
- main
2 changes: 1 addition & 1 deletion docs/chartbuilder.html → docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
Expand Down

0 comments on commit 61d4c81

Please sign in to comment.