diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4decf37..16b88a6 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -5,6 +5,7 @@ on: branches: [ master ] pull_request: branches: [ master ] + workflow_dispatch: jobs: @@ -54,4 +55,4 @@ jobs: uses: actions/upload-artifact@master with: name: Debug.elf - path: build/switch/Moonlight.elf \ No newline at end of file + path: build/switch/Moonlight.elf