From e8dd14df6aa10c0018d543ccf338d614a8d5a473 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: