From 69b5b909df945f2d62334e5c31d95cd5299b6707 Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Fri, 30 May 2025 16:00:10 +0100 Subject: [PATCH] fix: run tests on new branch --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d899b204..b9fce075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,9 +4,11 @@ on: push: branches: - '1.x' + - '2.x' pull_request: branches: - '1.x' + - '2.x' workflow_dispatch: jobs: