From 6c2579572ecaa3fd133dc2349b53018d835fce3f Mon Sep 17 00:00:00 2001 From: bsteubing Date: Sun, 22 Mar 2026 16:00:59 -0500 Subject: [PATCH] including beta in the automated testing workflow --- .github/workflows/testing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index a0d5bee6e..546d63598 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -3,9 +3,11 @@ on: pull_request: branches: - major + - beta push: branches: - major + - beta jobs: tests: