gbe_fork/.github/workflows/emu-pull-request.yml

31 lines
652 B
YAML
Raw Permalink Normal View History

name: "Emu PR"
2024-05-11 09:54:56 +08:00
on:
pull_request:
branches: ["dev"]
2024-05-11 09:54:56 +08:00
paths-ignore:
- "**/*.md"
- "dev.notes/**"
- "post_build/**"
- "z_original_repo_files/**"
- "sdk/*.txt"
- "LICENSE"
2024-05-11 09:54:56 +08:00
# tools
- "tools/generate_emu_config/**"
- "tools/migrate_gse/**"
- "tools/steamclient_loader/linux/**" # these are just scripts, not built
2024-05-11 09:54:56 +08:00
permissions:
contents: "write"
2024-05-11 09:54:56 +08:00
jobs:
2024-05-11 18:13:59 +08:00
emu-win-all:
name: "win"
2024-05-11 09:54:56 +08:00
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"