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