]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
CI: Github Actions don't run on 2.4.x
authorZdenek Dohnal <zdohnal@redhat.com>
Fri, 8 Sep 2023 05:54:17 +0000 (07:54 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Fri, 8 Sep 2023 05:54:17 +0000 (07:54 +0200)
Try a different syntax

.github/workflows/build.yml

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