]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: Enable Windows job for 2.4.x branch.
authorIvan Zhakov <ivan@apache.org>
Sun, 4 Aug 2024 11:13:17 +0000 (11:13 +0000)
committerIvan Zhakov <ivan@apache.org>
Sun, 4 Aug 2024 11:13:17 +0000 (11:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919665 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/windows.yml

index 9aa6f962a7b5e2fda82239f7ea2406b16ce0af0b..ac9cb119a8afc2501083cb9e68af58abe28d4637 100644 (file)
@@ -2,14 +2,14 @@ name: Windows
 
 on:
   push:
-    branches: [ "trunk" ]
+    branches: [ "*" ]
     paths-ignore:
       - 'docs/**'
       - STATUS
       - CHANGES
       - changes-entries/*
   pull_request:
-    branches: [ "trunk" ]
+    branches: [ "trunk", "2.4.x" ]
     paths-ignore:
       - 'docs/**'
       - STATUS