Updated Workflow
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user