mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
18 lines
261 B
YAML
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 }}"
|