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
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [ created ]
|
types: [ created ]
|
||||||
|
|
||||||
@@ -9,7 +10,7 @@ jobs:
|
|||||||
name: Build and release
|
name: Build and release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: devkitpro/devkita64: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:
|
steps:
|
||||||
- name: Update latest libnx
|
- name: Update latest libnx
|
||||||
|
|||||||
Reference in New Issue
Block a user