[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
@@ -128,7 +128,7 @@ jobs:
if: |
failure() &&
github.event_name == 'push' &&
(github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v1.10')
(github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v1.10' || github.ref == 'refs/heads/v1.11')
uses: signalwire/actions-template/.github/actions/slack@main
with:
CHANNEL: ${{ secrets.SLACK_DEVOPS_CI_CHANNEL }}