mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 04:41:43 +00:00
CI: Add option to manually trigger github actions
This commit is contained in:
parent
2b308bb36e
commit
fe452ac784
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Build job
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
|
|
Loading…
Reference in a new issue