From f9d5e1204978c0c66666fa169edada1bf719f8ba Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Tue, 16 Sep 2025 22:30:20 +0100 Subject: [PATCH] Test suite for v1. (#3668) --- .github/workflows/test-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 7fed9368..1d9dcd34 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -3,9 +3,9 @@ name: Test Suite on: push: - branches: ["dev"] + branches: ["v1"] pull_request: - branches: ["dev", "version-*"] + branches: ["v1"] jobs: tests: