mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Cooker is now building only cooker
This commit is contained in:
parent
c0ce77eddd
commit
e361167aa0
6
.github/workflows/cooker.yml
vendored
6
.github/workflows/cooker.yml
vendored
|
@ -6,9 +6,11 @@ name: Cooker
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the main branch
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
push:
|
push:
|
||||||
branches: [ '*' ]
|
branches:
|
||||||
|
- cooker
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ '*' ]
|
branches:
|
||||||
|
- cooker
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
@ -638,6 +638,7 @@ modules:
|
||||||
# arduboy
|
# arduboy
|
||||||
# pocket station
|
# pocket station
|
||||||
# cemu - win only: wine
|
# cemu - win only: wine
|
||||||
|
# Anbox?
|
||||||
|
|
||||||
|
|
||||||
# External manifests end
|
# External manifests end
|
||||||
|
|
Loading…
Reference in a new issue