[GHA] Treat v1.11 as a release branch (#2873)

* [GHA] Add `v1.11` branch target
* [GHA] Treat `v1.11` as a release branch

---------

Co-authored-by: Andrey Volk <andywolk@gmail.com>
This commit is contained in:
Serhii Ivanov
2026-05-07 17:19:08 +02:00
committed by GitHub
parent 8babcee3ea
commit 1a97ed38e6
7 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -40,4 +40,4 @@ jobs:
with:
name: MSI Package
path: D:\a\freeswitch\freeswitch\x64\*.msi
if: contains(github.event.pull_request.title, ':upload-artifacts') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v1.10'
if: contains(github.event.pull_request.title, ':upload-artifacts') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v1.10' || github.ref == 'refs/heads/v1.11'