Skip to content

Allow disabling the internal functionality which reports an achievement progress for stats that are tied to achievements #8

Allow disabling the internal functionality which reports an achievement progress for stats that are tied to achievements

Allow disabling the internal functionality which reports an achievement progress for stats that are tied to achievements #8

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