]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Enable manual builds.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 25 Jul 2023 19:17:31 +0000 (15:17 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 25 Jul 2023 19:17:37 +0000 (15:17 -0400)
.github/workflows/build.yml

index ececfe8a61a702edd70b5d652b2a1327edd52da1..63ca35a9b18777475c3153121059d819d80ed8f5 100644 (file)
@@ -2,9 +2,10 @@ name: Build and Test
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, 2.4.x ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, 2.4.x ]
+  workflow_dispatch:
 
 jobs:
   build-linux: