[GHA] Add v1.11 branch target

This commit is contained in:
s3rj1k
2025-07-29 20:59:00 +02:00
parent 9b0bbeaac9
commit da09505cf1
3 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
branches:
- master
- v1.10
- v1.11
paths:
- "**"
workflow_dispatch:

View File

@@ -5,6 +5,7 @@ on:
branches:
- master
- v1.10
- v1.11
pull_request:
types:
- opened

View File

@@ -6,10 +6,12 @@ on:
branches:
- master
- v1.10
- v1.11
pull_request:
branches:
- master
- v1.10
- v1.11
jobs:
build: