mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 18:34:18 +08:00
26 lines
518 B
YAML
26 lines
518 B
YAML
name: Emu pull request (Windows)
|
|
|
|
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/**'
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
emu-win-all:
|
|
name: Emu win all
|
|
if: ${{ !cancelled() }}
|
|
uses: ./.github/workflows/build-emu-all-win.yml
|