build-{docker,lxd}: Also run on PRs against release branches

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2023-01-10 10:22:34 +01:00 committed by Tobias Knöppler
parent ba4bb1d951
commit 127c9bdfb1
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,7 @@ on:
branches:
- master
- devel
- release/*
jobs:
build:

View File

@ -15,8 +15,9 @@ on:
- "**"
pull_request:
branches:
- "master"
- "devel"
- master
- devel
- release/*
jobs:
build-current:

View File

@ -5,6 +5,7 @@ on:
branches:
- master
- devel
- release/*
push:
branches:
- devel