Skip to content

Add ROM-free cross-platform CI and Nightly releases #3

Add ROM-free cross-platform CI and Nightly releases

Add ROM-free cross-platform CI and Nightly releases #3

Workflow file for this run

name: Build
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: mph-build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
windows:
name: Build Windows
uses: ./.github/workflows/build-windows.yml
linux:
name: Build Linux
uses: ./.github/workflows/build-linux.yml