Skip to content

Commit 8c1f83c

Browse files
committed
build.yml: Reusable workflow test
1 parent 9d9f7b8 commit 8c1f83c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: sigrok Artifacts Builder Workflow
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
call-build-workflow:
9+
uses: sigrokproject/sigrok-build/.github/workflows/build.yml@master

0 commit comments

Comments
 (0)