From 188bbbd30bd2634e5ab073ccb51d1ddc2f70c9a3 Mon Sep 17 00:00:00 2001 From: Alex Nault Date: Tue, 5 Jan 2021 19:03:52 -0500 Subject: [PATCH] chore(): Run CI on PRs targeting "next" branch --- .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 5c6b4c7..a298676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ name: CI on: pull_request: - branches: [master] + branches: [master, next] jobs: build-and-test: