From: Kim Christie Date: Tue, 16 Sep 2025 21:30:20 +0000 (+0100) Subject: Test suite for v1. (#3668) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d5e1204978c0c66666fa169edada1bf719f8ba;p=thirdparty%2Fhttpx.git Test suite for v1. (#3668) --- 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: