From e3c67f5223d252cc2405ceb7c819e6ccf973cac7 Mon Sep 17 00:00:00 2001 From: "Carl A. Adams" Date: Tue, 6 May 2025 18:28:13 -0700 Subject: [PATCH 1/2] enable tests for 3.x main dev branch --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3aa1b193..d500b133 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,9 +4,11 @@ on: pull_request: branches: - main + - main-3.0-dev push: branches: - main + - main-3.0-dev jobs: lint: From d2c6ab38aea9c94bf3cf7f672e5dffbc29a7a2e4 Mon Sep 17 00:00:00 2001 From: "Carl A. Adams" Date: Tue, 6 May 2025 18:31:29 -0700 Subject: [PATCH 2/2] allow manually triggering of tests on any branch. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d500b133..3cc99205 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,7 @@ on: branches: - main - main-3.0-dev + workflow_dispatch: jobs: lint: