mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
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:
parent
ba4bb1d951
commit
127c9bdfb1
1
.github/workflows/build-docker.yml
vendored
1
.github/workflows/build-docker.yml
vendored
@ -22,6 +22,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- devel
|
||||
- release/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
5
.github/workflows/build-lxd.yml
vendored
5
.github/workflows/build-lxd.yml
vendored
@ -15,8 +15,9 @@ on:
|
||||
- "**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
- "devel"
|
||||
- master
|
||||
- devel
|
||||
- release/*
|
||||
|
||||
jobs:
|
||||
build-current:
|
||||
|
||||
1
.github/workflows/lxd-trigger.yml
vendored
1
.github/workflows/lxd-trigger.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- devel
|
||||
- release/*
|
||||
push:
|
||||
branches:
|
||||
- devel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user