From b90219ceec370f1f386de6d1458a166e20a8a9e6 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Fri, 4 Mar 2022 11:17:25 -0600 Subject: [PATCH] chore(ci): enable ci on `next` (#2716) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0599a879..448180585 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - next pull_request: paths-ignore: - '.vscode/**'