From 191fa7a41530a960f94399d46f820a21ae1a4f3a Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 29 Jun 2021 15:26:33 -0700 Subject: [PATCH] Refer to "main" branch in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbb928afd..de980bfc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ env: on: push: - branches: [master, feature.*] + branches: [main, feature.*] tags: ['**'] pull_request: