generate_emu_config overhaul (a lot of bugfixes, improvements, new features, new file structure, new helper tools) #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gen emu cfg PR | |
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 |