mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
19 lines
294 B
YAML
19 lines
294 B
YAML
name: LXD Tests
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
- devel
|
|
- release/*
|
|
push:
|
|
branches:
|
|
- devel
|
|
- feature/cicd/restore-unsupported-release-targets
|
|
|
|
jobs:
|
|
lxd:
|
|
uses: ./.github/workflows/build-lxd.yml
|
|
with:
|
|
git_ref: "${{ github.ref }}"
|