build.yml: Add yaml file

This commit is contained in:
Soeren Apel 2024-08-13 22:34:10 +02:00
parent d00efc65ef
commit f1fa4a6e15
1 changed files with 9 additions and 0 deletions

9
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: PulseView Artifact Builder Workflow
on:
push:
workflow_dispatch:
jobs:
call-build-workflow:
uses: sigrokproject/sigrok-build/.github/workflows/build.yml@master