We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5cdff commit e74a17cCopy full SHA for e74a17c
.github/workflows/build.yml
@@ -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