]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Add `v1.11` branch target gha-v1.11 2873/head
authors3rj1k <evasive.gyron@gmail.com>
Tue, 29 Jul 2025 18:59:00 +0000 (20:59 +0200)
committers3rj1k <evasive.gyron@gmail.com>
Tue, 29 Jul 2025 18:59:00 +0000 (20:59 +0200)
.github/workflows/build.yml
.github/workflows/ci.yml
.github/workflows/macos.yml

index 46cb2e47f25140cc1f8f2e419d097f30fa8e67f4..3fdd89d391ad08bf2b647ccef6de80478a019dee 100644 (file)
@@ -6,6 +6,7 @@ on:
     branches:
       - master
       - v1.10
+      - v1.11
     paths:
       - "**"
   workflow_dispatch:
index 0a774108e0a05893135a6da63fc4c4f74ffd0762..0d65a6171a3e0fdba5b7bdd60cd3de6d828159f0 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
       - master
       - v1.10
+      - v1.11
   pull_request:
     types:
       - opened
index adb11e77a1f26fbb71c4ef0cc6a436545b9b0595..c295b11379d912c2490d2f1298e9dd6e6d701ec4 100644 (file)
@@ -6,10 +6,12 @@ on:
     branches:
       - master
       - v1.10
+      - v1.11
   pull_request:
     branches:
       - master
       - v1.10
+      - v1.11
 
 jobs:
   build: