We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43cf7a commit e12d446Copy full SHA for e12d446
.github/workflows/build-dev.yml
@@ -0,0 +1,10 @@
1
+name: Dev Build
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ dev-build:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - run: echo "Hello world!"
0 commit comments