]> granicus.if.org Git - libmatroska/commitdiff
[1.x] do 1.x build actions when pushing to the v1.x branch
authorSteve Lhomme <slhomme@matroska.org>
Sat, 8 Oct 2022 13:51:53 +0000 (15:51 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Sat, 8 Oct 2022 14:39:28 +0000 (16:39 +0200)
.github/workflows/linux-gcc10.yaml
.github/workflows/linux.yaml
.github/workflows/macos.yaml
.github/workflows/windows.yaml

index 65b4cf90d0433c1987fdeb0565af4281e5501b2c..979bd49921e902c65a15bcd2e9b50bac74f7bb73 100644 (file)
@@ -1,7 +1,7 @@
 name: "Linux gcc10 Build"\r
 on:\r
   push:\r
-    branches: [ master ]\r
+    branches: [ v1.x ]\r
   pull_request:\r
     # branches: [ master ]\r
 \r
index eb5acc8b386dad15ed46922c33ca93daf01f5560..73dac1282475c4512ec8a65777a2f26b112ee017 100644 (file)
@@ -1,7 +1,7 @@
 name: "Linux Build"\r
 on:\r
   push:\r
-    branches: [ master ]\r
+    branches: [ v1.x ]\r
   pull_request:\r
     # branches: [ master ]\r
 \r
index 9a3c8ea0578e20d9d5b718746f7d3dd93c76c80d..a4cf89363a5db53cfbee8952eb84979e3be9ae44 100644 (file)
@@ -1,7 +1,7 @@
 name: "macOS Build"\r
 on:\r
   push:\r
-    branches: [ master ]\r
+    branches: [ v1.x ]\r
   pull_request:\r
     # branches: [ master ]\r
 \r
index 45ae5690b01827f5ada70630b644b2f383abf6eb..47d7af86e1acdbd4b8bd7493befe9823e8f8a9eb 100644 (file)
@@ -1,7 +1,7 @@
 name: "Windows Build"\r
 on:\r
   push:\r
-    branches: [ master ]\r
+    branches: [ v1.x ]\r
   pull_request:\r
     # branches: [ master ]\r
 \r