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

23 lines
451 B
YAML
Raw Permalink Normal View History

name: "Gen emu cfg PR"
2024-05-11 21:51:29 +08:00
on:
pull_request:
branches: ["dev"]
2024-05-11 21:51:29 +08:00
paths:
- "!**/*.md"
- "tools/generate_emu_config/**"
2024-05-11 21:51:29 +08:00
permissions:
contents: "write"
2024-05-11 21:51:29 +08:00
jobs:
script-win:
name: "Gen emu config win"
2024-05-11 21:51:29 +08:00
if: ${{ !cancelled() }}
uses: "./.github/workflows/gen_emu_config-build-win.yml"
2024-05-11 21:51:29 +08:00
script-linux:
name: "Gen emu config linux"
2024-05-11 21:51:29 +08:00
if: ${{ !cancelled() }}
uses: "./.github/workflows/gen_emu_config-build-linux.yml"