From b6b17b6eb1a20245358371334cd2a0ff77fc0563 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Thu, 12 Feb 2026 11:21:23 -0500 Subject: [PATCH 1/2] update when matrix testing runs (on dispatch) --- .github/workflows/matrix-and-codecov-on-merge-to-main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/matrix-and-codecov-on-merge-to-main.yml b/.github/workflows/matrix-and-codecov-on-merge-to-main.yml index cc9611df..44a8a179 100644 --- a/.github/workflows/matrix-and-codecov-on-merge-to-main.yml +++ b/.github/workflows/matrix-and-codecov-on-merge-to-main.yml @@ -1,9 +1,6 @@ name: CI on: - push: - branches: - - main release: types: - prereleased From 80b7f214d4de811edce32d0903ec6d34c37bd165 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Thu, 12 Feb 2026 11:22:12 -0500 Subject: [PATCH 2/2] news --- news/matrix-testing.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/matrix-testing.rst diff --git a/news/matrix-testing.rst b/news/matrix-testing.rst new file mode 100644 index 00000000..a911f813 --- /dev/null +++ b/news/matrix-testing.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: run matrix test on dispatch + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*