test: minimal dispatch test
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
name: Deploy Test
|
||||||
|
run-name: Deploy Test
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "hello"
|
||||||
Reference in New Issue
Block a user