Updated Workflow

This commit is contained in:
2026-02-06 19:19:03 +01:00
parent 1a6eea1ebf
commit 29d63ffbf7

View File

@@ -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