From 55b6813e5bd094144121c2b30f500ea59045280e Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 29 Jun 2021 16:30:54 -0700 Subject: [PATCH] Refer to "main" branch in ci.yml (#1384) --- .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: