From 04f0abde550c6887d603db52c42d946ad3ba94a1 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Wed, 29 Mar 2023 15:56:24 -0700 Subject: [PATCH] Add commas to try to trigger a build for mciea-main and rpp-main on push --- .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 84ad5c5d..f11e9fa0 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: [ main mciea-main rpp-main ] + branches: [ main, mciea-main, rpp-main ] jobs: test: