]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Enable TestSuite for PRs to version branches. (#3318)
authorTom Christie <tom@tomchristie.com>
Tue, 24 Sep 2024 16:21:56 +0000 (17:21 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 16:21:56 +0000 (17:21 +0100)
.github/workflows/test-suite.yml

index 0bb570cedb51dbc57b08f097523c5e9aa245f854..ad7309d776c28cae0bf8521b3a6d20ac2c0259c8 100644 (file)
@@ -5,7 +5,7 @@ on:
   push:
     branches: ["master"]
   pull_request:
-    branches: ["master"]
+    branches: ["master", 'version*']
 
 jobs:
   tests: