Skip to content

v8: Puzzling Potions #59

v8: Puzzling Potions

v8: Puzzling Potions #59

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 }}