Skip to content

Merge branch 'main' into next-v8-bubbo-bubbo #16

Merge branch 'main' into next-v8-bubbo-bubbo

Merge branch 'main' into next-v8-bubbo-bubbo #16

Workflow file for this run

name: Build Games
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
strategy:
matrix:
game: [bubbo-bubbo, puzzling-potions]
uses: ./.github/workflows/game-workflow.yml
with:
game: ${{ matrix.game }}