Skip to content

Commit e74a17c

Browse files
committed
Add blank build workflow
1 parent 4c5cdff commit e74a17c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 'build'
2+
3+
permissions: {}
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
build-packages:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@main

0 commit comments

Comments
 (0)