Skip to content

Commit bb50631

Browse files
committed
Create empty build-dev job
1 parent c43cf7a commit bb50631

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-dev.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)