mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user