From 29d63ffbf7b2c86efc449764604efa4a6f124add Mon Sep 17 00:00:00 2001 From: niklascfw Date: Fri, 6 Feb 2026 19:19:03 +0100 Subject: [PATCH] Updated Workflow --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96f046b..f293f94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,7 @@ name: Release on: + workflow_dispatch: issue_comment: types: [ created ] @@ -9,7 +10,7 @@ jobs: name: Build and release runs-on: ubuntu-latest container: devkitpro/devkita64:latest - if: contains(github.event.comment.body, '/release-action') + if: github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '/release-action') steps: - name: Update latest libnx