From cc96e0ea4ba69187453245232624e379b166c126 Mon Sep 17 00:00:00 2001 From: Jason Thomas Date: Tue, 6 Apr 2021 17:24:49 -0400 Subject: [PATCH] Update references for default branch rename (#119) --- .circleci/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1377f80..b8cc3a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,4 +53,4 @@ workflows: tags: only: /.*/ branches: - only: master + only: main diff --git a/README.md b/README.md index 9d01daf..97b8aaa 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ firefox site/index.html ## Publish To publish your report, create a pull request and get review. -Once your report is merged to master, +Once your report is merged to main, it will automatically be pushed to [dev RTMO] For example, using [GitHub's CLI, `hub`](https://github.com/github/hub):