nextcloudpi/.github/workflows/lxd-trigger.yml
Tobias K 127c9bdfb1
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>
2023-01-22 01:20:59 +01:00

18 lines
237 B
YAML

name: LXD Tests
on:
pull_request:
branches:
- master
- devel
- release/*
push:
branches:
- devel
jobs:
lxd:
uses: ./.github/workflows/build-lxd.yml
with:
git_ref: "${{ github.ref }}"