Skip to content

Commit e12d446

Browse files
authored
Create empty build-dev job (#2090)
Just so we can test #2089 with workflow dispatch
1 parent c43cf7a commit e12d446

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)