Allow manual trigger Github Action

This commit is contained in:
BruceChen 2022-11-04 09:03:42 +08:00
parent cb89eb10d0
commit 4341304c05
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ on:
- 'MinecraftClient'
- 'MinecraftClient.sln'
- 'ConsoleInteractive'
workflow_dispatch:
env:
PROJECT: "MinecraftClient"

View file

@ -6,6 +6,7 @@ on:
- master
paths:
- 'docs'
workflow_dispatch:
jobs:
build-and-deploy: