nextcloudpi/.github/workflows/lxd-trigger.yml
Tobias K d7f7ff4133
build-LXD.sh: Migrate to incus
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
2024-05-06 19:20:15 +02:00

18 lines
261 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.head_ref || github.ref_name }}"