mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
23 lines
454 B
YAML
23 lines
454 B
YAML
name: Gen emu config pull request
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ "dev" ]
|
|
paths:
|
|
- '!**/*.md'
|
|
- 'tools/generate_emu_config/**'
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
script-win:
|
|
name: Gen emu config win
|
|
if: ${{ !cancelled() }}
|
|
uses: ./.github/workflows/gen_emu_config-build-win.yml
|
|
|
|
script-linux:
|
|
name: Gen emu config linux
|
|
if: ${{ !cancelled() }}
|
|
uses: ./.github/workflows/gen_emu_config-build-linux.yml
|