add branch for 2.7.x release

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2025-10-23 19:13:53 +02:00
parent 29c635a9a6
commit ebd927a7c5
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [main]
branches: [2.7.x]
pull_request:
permissions:

View File

@@ -5,7 +5,7 @@ on:
# - cron: '0 4 * * *' # everyday at 4:00 AM UTC
push:
branches:
- main
- 2.7.x
tags:
- v*
pull_request:
@@ -185,4 +185,4 @@ jobs:
org.opencontainers.image.version=${{ steps.info.outputs.version }}
org.opencontainers.image.created=${{ steps.info.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.licenses=AGPL-3.0-only
org.opencontainers.image.licenses=AGPL-3.0-only