Trigger tests on release branches

This change triggers tests for PRs created against release/* branches.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2025-05-29 17:07:46 +00:00
parent c19bf2f9f8
commit 48c4ea7d15
2 changed files with 3 additions and 1 deletions

View file

@ -4,9 +4,11 @@ on:
push:
branches:
- main
- 'release/**'
pull_request:
branches:
- main
- 'release/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}