From 5492c3dc5a8e2042939239226005e7ee01a23eac Mon Sep 17 00:00:00 2001 From: Carl Adams <57012982+carl-adams-planet@users.noreply.github.com> Date: Wed, 7 May 2025 17:00:33 +0000 Subject: [PATCH] cicd for 3.x dev branches (#1127) * enable tests for 3.x main dev branch * allow manually triggering of tests on any branch. --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3aa1b193a..3cc992056 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,9 +4,12 @@ on: pull_request: branches: - main + - main-3.0-dev push: branches: - main + - main-3.0-dev + workflow_dispatch: jobs: lint: