Achievement images fallback #186
Workflow file for this run
This file contains hidden or 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: "Emu PR" | |
| 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/**" # these are just scripts, not built | |
| permissions: | |
| contents: "write" | |
| jobs: | |
| emu-win-all: | |
| name: "win" | |
| 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" |