From fb5c4f1bcb421ba702f258dca3dc8fae2c3f7eb0 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Mon, 27 Feb 2023 20:51:51 -0500 Subject: [PATCH] Change to main branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8eaefa..391a356 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ "1.8.5.vnext" ] + branches: [ "main" ] pull_request: - branches: [ "1.8.5.vnext" ] + branches: [ "main" ] jobs: build-and-test: