mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-12-19 03:37:46 +00:00
[GHA] Add v1.11 branch target
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- v1.10
|
||||
- v1.11
|
||||
paths:
|
||||
- "**"
|
||||
workflow_dispatch:
|
||||
|
||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- v1.10
|
||||
- v1.11
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
||||
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -6,10 +6,12 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- v1.10
|
||||
- v1.11
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v1.10
|
||||
- v1.11
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user