Skip to content

generate_emu_config overhaul plus minor tweaks and fixes #55

generate_emu_config overhaul plus minor tweaks and fixes

generate_emu_config overhaul plus minor tweaks and fixes #55

name: "Emu PR"
on:
pull_request:
branches: ["dev"]
paths-ignore:
- "**/*.md"
- "dev.notes/**"
- "post_build/**"
- "z_original_repo_files/**"
- "sdk/*.txt"
- "LICENSE"
# tools
- "tools/generate_emu_config/**"
- "tools/migrate_gse/**"
- "tools/steamclient_loader/linux/**" # these are just scripts, not built
permissions:
contents: "write"
jobs:
emu-win-all:
name: "win"
if: ${{ !cancelled() }}
uses: "./.github/workflows/emu-build-all-win.yml"
emu-linux-all:
name: "linux"
if: ${{ !cancelled() }}
uses: "./.github/workflows/emu-build-all-linux.yml"