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:
|
||||
# Triggers the workflow on push or pull request events but only for the main branch
|
||||
push:
|
||||
branches: [ '*' ]
|
||||
branches:
|
||||
- cooker
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
branches:
|
||||
- cooker
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
|
@ -638,6 +638,7 @@ modules:
|
|||
# arduboy
|
||||
# pocket station
|
||||
# cemu - win only: wine
|
||||
# Anbox?
|
||||
|
||||
|
||||
# External manifests end
|
||||
|
|
Loading…
Reference in a new issue