From 1290e5262655cf9c3f0940a3dcb4357197b96bc9 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Fri, 17 Mar 2023 19:02:28 -0700 Subject: [PATCH] Correct branch name for ci --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 30f10167..efe1ef2f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -2,7 +2,7 @@ name: Build and Test on: push: - branches: [ rpp-main ] + branches: [ mciea-main ] jobs: test: