mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
13 lines
156 B
YAML
13 lines
156 B
YAML
|
|
name: CI
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
choice:
|
|
type: choice
|
|
description: Make a choice
|
|
options:
|
|
- test
|
|
- avc
|
|
|